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.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public List<ITypeEditorControl> AvailableEditors {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
 }
Visual Basic
Public Property AvailableEditors As List(Of ITypeEditorControl)
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Friend Set

See Also