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

In This Topic
    SortedColumn Property (TransposedGridTagHelper)
    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