ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / OnClientSortingColumn Property

In This Topic
    OnClientSortingColumn Property (PivotGrid)
    In This Topic
    Occurs before the user applies a sort by clicking on a column header.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSortingColumn As String
    public virtual string OnClientSortingColumn {get; set;}
    See Also