Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / Header Property

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