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

In This Topic
    TitlePadding Property (GridColumnHeaderCell)
    In This Topic
    Gets or sets the padding of the title of the column.
    Syntax
    'Declaration
     
    
    Public Property TitlePadding As C1Thickness
    public C1Thickness TitlePadding {get; set;}
    See Also