ComponentOne Extended Library for WPF and Silverlight
AvailableEditors Property (CollectionEditorControl)

C1.Silverlight.Extended.PropertyGrid Namespace > CollectionEditorControl Class : AvailableEditors Property
Gets or sets the available editors for the CollectionEditorControl.
Syntax
'Declaration
 
Public Property AvailableEditors As List(Of ITypeEditorControl)
public List<ITypeEditorControl> AvailableEditors {get; set;}

Property Value

The available editors.
See Also

Reference

CollectionEditorControl Class
CollectionEditorControl Members