[]
Gets or sets the available editors for the CollectionEditorControl.
public List<ITypeEditorControl> AvailableEditors { get; set; }
Public Property AvailableEditors As List(Of ITypeEditorControl)
| Type | Description |
|---|---|
| List<ITypeEditorControl> | The available editors. |