ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / SortingType Property

In This Topic
    SortingType Property (FlexSheet)
    In This Topic
    Gets or sets how the grid sort columns by clicking the column header cells.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property SortingType As AllowSorting
    [Ignore()]
    public override AllowSorting SortingType {get; set;}
    See Also