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

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