| C1.Win.TreeView Namespace > C1TreeColumn Class : HeaderText Property |
'Declaration<C1CategoryAttribute("Appearance")> <C1DescriptionAttribute("Gets or sets the text of header of the column of tree in the C1TreeView control.")> <DefaultValueAttribute()> Public Property HeaderText As String
'UsageDim instance As C1TreeColumn Dim value As String instance.HeaderText = value value = instance.HeaderText
[C1Category("Appearance")] [C1Description("Gets or sets the text of header of the column of tree in the C1TreeView control.")] [DefaultValue()] public string HeaderText {get; set;}
[C1Category("Appearance")] [C1Description("Gets or sets the text of header of the column of tree in the C1TreeView control.")] [DefaultValue()] public: property String^ HeaderText { String^ get(); void set ( String^ 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