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

C1.WPF.Extended Namespace > C1PropertyGrid Class : AvailableEditors Property
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

Reference

C1PropertyGrid Class
C1PropertyGrid Members