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

In This Topic
    SortingColumn Property (FlexGridTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientSortingColumn client event. Occurs before the user applies a sort by clicking on a column header.
    Syntax
    'Declaration
     
    Public Overridable Property SortingColumn As String
    public virtual string SortingColumn {get; set;}
    See Also