ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / AllowAutoSort Property

In This Topic
    AllowAutoSort Property
    In This Topic
    Gets or sets a value that determines whether automatic sorting is enabled.
    Syntax
    'Declaration
     
    Public Overridable Property AllowAutoSort As System.Boolean
    public virtual System.bool AllowAutoSort {get; set;}

    Property Value

    The default value is True.
    Remarks
    Set this property to True to enable automatic sorting. To enable sorting you must also set the AllowSorting to true.
    See Also