| C1.Win.TreeView Namespace > C1TreeColumn Class : Width Property |
'Declaration<DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets the width of the TreeColumn.")> <C1CategoryAttribute("Appearance")> Public Property Width As Integer
'UsageDim instance As C1TreeColumn Dim value As Integer instance.Width = value value = instance.Width
[DefaultValue()] [C1Description("Gets or sets the width of the TreeColumn.")] [C1Category("Appearance")] public int Width {get; set;}
[DefaultValue()] [C1Description("Gets or sets the width of the TreeColumn.")] [C1Category("Appearance")] public: property int Width { int get(); void set ( int 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