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

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