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

In This Topic
    TitleColor Property
    In This Topic
    Gets or sets the color of the title.
    Syntax
    'Declaration
     
    
    Public Property TitleColor As C1Color
    public C1Color TitleColor {get; set;}
    See Also