Class CustomEditorCollection
Represents the CustomEditorCollection class
Inheritance
System.Object
CustomEditorCollection
Namespace: Syncfusion.Windows.PropertyGrid
Assembly: Syncfusion.PropertyGrid.Wpf.dll
Syntax
public class CustomEditorCollection : ObservableCollection<CustomEditor>
Constructors
CustomEditorCollection()
Declaration
public CustomEditorCollection()
Properties
Item[String, Type]
Declaration
public ITypeCustomEditor this[string PropertyName, Type PropertyType] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | PropertyName | |
System.Type | PropertyType |
Property Value
Type |
---|
ITypeCustomEditor |
Item[Type]
Get the ITypeCustomEditor
Declaration
public ITypeCustomEditor this[Type PropertyType] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Type | PropertyType |
Property Value
Type |
---|
ITypeCustomEditor |