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

In This Topic
    AvailableEditors Property (PropertyBox)
    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 List(Of ITypeEditorControl)
    public List<ITypeEditorControl> AvailableEditors {get;}
    See Also