Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridImageColumn Class / HeaderHorizontalAlignment Property

In This Topic
    HeaderHorizontalAlignment Property (GridImageColumn)
    In This Topic
    Gets or sets the horizontal alignment of the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderHorizontalAlignment As C1HorizontalAlignment
    public C1HorizontalAlignment HeaderHorizontalAlignment {get; set;}
    See Also