| C1.Win.TreeView Namespace > C1TreeColumn Class : Editor Property |
'Declaration<DefaultValueAttribute()> <C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets the custom editor of node.")> Public Property Editor As Control
'UsageDim instance As C1TreeColumn Dim value As Control instance.Editor = value value = instance.Editor
[DefaultValue()] [C1Category("Data")] [C1Description("Gets or sets the custom editor of node.")] public Control Editor {get; set;}
[DefaultValue()] [C1Category("Data")] [C1Description("Gets or sets the custom editor of node.")] public: property Control^ Editor { Control^ get(); void set ( Control^ 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