ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Header Property

In This Topic
    Header Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the text displayed in the column header.
    Syntax
    'Declaration
     
    
    Public Property Header As String
    public string Header {get; set;}
    See Also