EditorType Property (C1TreeColumn)
In This Topic
Gets or sets the type of node editor.
Syntax
'Declaration
<C1CategoryAttribute("Data")>
<C1DescriptionAttribute("C1TreeColumn.EditorType", "Gets or sets the type of node editor.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property EditorType As C1TreeViewEditorType
[C1Category("Data")]
[C1Description("C1TreeColumn.EditorType", "Gets or sets the type of node editor.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public C1TreeViewEditorType EditorType {get; set;}
See Also