ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / SortRowIndex Property

In This Topic
    SortRowIndex Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.SortRowIndex. Sets the index of row in the column header panel that shows and changes the current sort.
    Syntax
    'Declaration
     
    Public Overridable Property SortRowIndex As Nullable(Of Integer)
    public virtual Nullable<int> SortRowIndex {get; set;}
    See Also