<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / RowCol Class / HeaderHorizontalAlignment Property

In This Topic
    HeaderHorizontalAlignment Property (RowCol)
    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