Skip to content

PropertyItem.EditorParams property

Gets or sets the editor parameters that should be passed to the editor while it is being created.

public Dictionary<string, object?> EditorParams { get; set; }

Property Value

The editor parameters.

See Also