ARMSoft.FlexibleTreeView.Column Namespace > TreeColumn Class : ThreeStateSortOrder Property |
'Declaration
<DescriptionAttribute("Gets or sets a value indicating whether the column can have three (ascending, descending, none) or two (ascending, descending) sort orders.")> <DefaultValueAttribute()> <CategoryAttribute("Behavior")> Public Property ThreeStateSortOrder As Boolean
'Usage
Dim instance As TreeColumn Dim value As Boolean instance.ThreeStateSortOrder = value value = instance.ThreeStateSortOrder
[Description("Gets or sets a value indicating whether the column can have three (ascending, descending, none) or two (ascending, descending) sort orders.")] [DefaultValue()] [Category("Behavior")] public bool ThreeStateSortOrder {get; set;}
[Description("Gets or sets a value indicating whether the column can have three (ascending, descending, none) or two (ascending, descending) sort orders.")] [DefaultValue()] [Category("Behavior")] public: property bool ThreeStateSortOrder { bool get(); void set ( bool value); }
true
if the column has three sort orders; otherwise, false
if the column has two sort orders. The default value is true
.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