FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NewRowTemplate Class / HeaderHorizontalAlignment Property

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