'Declaration <DescriptionAttribute("Indicates if the first-level nodes are sorted.")> <CategoryAttribute("Data")> <DefaultValueAttribute()> <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()] [Browsable(true)] [MergableProperty(false)] [Localizable(false)] public bool Sorted {get; set;}