| C1.Win.TreeView Namespace > C1TreeView Class : ShowColumnHeaders Property |
'Declaration<DefaultValueAttribute()> <C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Gets or sets a value indicating whether column headers are shown in the tree view control.")> Public Property ShowColumnHeaders As Boolean
'UsageDim instance As C1TreeView Dim value As Boolean instance.ShowColumnHeaders = value value = instance.ShowColumnHeaders
[DefaultValue()] [C1Category("Behavior")] [C1Description("Gets or sets a value indicating whether column headers are shown in the tree view control.")] public bool ShowColumnHeaders {get; set;}
[DefaultValue()] [C1Category("Behavior")] [C1Description("Gets or sets a value indicating whether column headers are shown in the tree view control.")] public: property bool ShowColumnHeaders { bool get(); void set ( bool 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