PropertyGrid for WPF | ComponentOne
C1.WPF.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 ReadOnly Property AvailableEditors As PropertyGridEditorsCollection
    public PropertyGridEditorsCollection AvailableEditors {get;}

    Property Value

    The available editors.
    See Also