Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.TreeView Namespace / SmartTreeView Class / Sorted Property


In This Topic
    Sorted Property (SmartTreeView)
    In This Topic
    Gets or sets a boolean value indicating if the first-level nodes are sorted.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the first-level nodes are sorted.")>
    <CategoryAttribute("Data")>
    <DefaultValueAttribute(False)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(False)>
    Public Property Sorted As Boolean
    'Usage
     
    Dim instance As SmartTreeView
    Dim value As Boolean
     
    instance.Sorted = value
     
    value = instance.Sorted
    [Description("Indicates if the first-level nodes are sorted.")]
    [Category("Data")]
    [DefaultValue(false)]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(false)]
    public bool Sorted {get; set;}

    Property Value

    true if the first-level nodes are sorted; false otherwise. By default, false.
    Remarks

    This property does not sort child nodes of the first-level nodes (non-recursive).

    Requirements

    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

    See Also