ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / AllowSorting Property

In This Topic
    AllowSorting Property (C1TreeView)
    In This Topic
    Allows tree nodes to be sorted at run time.
    Syntax
    'Declaration
     
    Public Property AllowSorting As System.Boolean
    public System.bool AllowSorting {get; set;}
    See Also