ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / CellGroup Class / IsRowHeader Property

In This Topic
    IsRowHeader Property (CellGroup)
    In This Topic
    Gets or sets a value that determines whether this is a row header group.
    Syntax
    'Declaration
     
    Public Property IsRowHeader As Boolean
    public bool IsRowHeader {get; set;}
    See Also