ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / SortingType Property

In This Topic
    SortingType Property (FlexGridBase<T>)
    In This Topic
    Gets or sets how the grid sort columns by clicking the column header cells.
    Syntax
    'Declaration
     
    Public Overridable Property SortingType As AllowSorting
    public virtual AllowSorting SortingType {get; set;}
    See Also