Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditorControl Class / AvailableEditors Property

In This Topic
    AvailableEditors Property (CollectionEditorControl)
    In This Topic
    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