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

In This Topic
    RowHeaderPath Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.RowHeaderPath. Sets the name of the property used to create row header cells.
    Syntax
    'Declaration
     
    Public Overridable Property RowHeaderPath As String
    public virtual string RowHeaderPath {get; set;}
    Remarks
    Row header cells are not visible or selectable. They are meant for use with accessibility tools.
    See Also