Skip to content

CustomEditorAttribute.SetParams method

Sets the parameters for each pair in the editorParams dictionary.

public override void SetParams(IDictionary<string, object?> editorParams)
parameter description
editorParams The editor parameters.

See Also