FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid.Automation Namespace / GridRowAutomationPeer Class / IsHeader Property

In This Topic
    IsHeader Property (GridRowAutomationPeer)
    In This Topic
    Gets whether the row is any of the headers.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHeader As Boolean
    public bool IsHeader {get;}
    See Also