Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridCellView Class / Padding Property

In This Topic
    Padding Property (GridCellView)
    In This Topic
    Gets or sets the padding of the Content.
    Syntax
    'Declaration
     
    
    Public Property Padding As C1Thickness
    public C1Thickness Padding {get; set;}
    See Also