FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / HeaderVerticalAlignment Property

In This Topic
    HeaderVerticalAlignment Property (GroupRow)
    In This Topic
    Gets or sets the VerticalAlignment of the header cells in this row/column.
    Syntax
    'Declaration
     
    Public Property HeaderVerticalAlignment As Nullable(Of VerticalAlignment)
    public Nullable<VerticalAlignment> HeaderVerticalAlignment {get; set;}
    See Also