ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / ShowSort Property

In This Topic
    ShowSort Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowSort. Sets whether the grid should display sort indicators in the column headers.
    Syntax
    'Declaration
     
    Public Overridable Property ShowSort As Boolean
    public virtual bool ShowSort {get; set;}
    Remarks
    Sorting is controlled by the sortDescriptions property of the ICollectionView object used as the grid's itemsSource.
    See Also