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

In This Topic
    ActualHeader Property (GridRowHeaderColumn)
    In This Topic
    Gets the header that will be shown in the column header. if Header is not specified the Binding property will be used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualHeader As String
    public string ActualHeader {get;}
    See Also