PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / AvailableEditors Property

In This Topic
    AvailableEditors Property (C1PropertyGrid)
    In This Topic
    The list of currently available editors to use in the C1PropertyGrid. The default list includes editors for: bool, Color, Brush, ColorPalette, Enum, Numeric, String, Image and Uri values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AvailableEditors As PropertyGridEditorsCollection
    public PropertyGridEditorsCollection AvailableEditors {get;}
    See Also