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

In This Topic
    SortingColumn Property (PivotGridTagHelper)
    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