FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridRowHeaderColumn Class / Header Property

In This Topic
    Header Property (GridRowHeaderColumn)
    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