Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnHeaderCell Class / TitleAlignment Property

In This Topic
    TitleAlignment Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the alignment of the title inside the cell.
    Syntax
    'Declaration
     
    
    Public Property TitleAlignment As C1HorizontalAlignment
    public C1HorizontalAlignment TitleAlignment {get; set;}
    See Also