| C1.Win.TreeView Namespace > C1TreeColumn Class : EditorType Property |
'Declaration<DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets the type of node editor.")> <C1CategoryAttribute("Data")> Public Property EditorType As C1TreeViewEditorType
'UsageDim instance As C1TreeColumn Dim value As C1TreeViewEditorType instance.EditorType = value value = instance.EditorType
[DefaultValue()] [C1Description("Gets or sets the type of node editor.")] [C1Category("Data")] public C1TreeViewEditorType EditorType {get; set;}
[DefaultValue()] [C1Description("Gets or sets the type of node editor.")] [C1Category("Data")] public: property C1TreeViewEditorType EditorType { C1TreeViewEditorType get(); void set ( C1TreeViewEditorType value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2