Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlCellView Class / ContentPadding Property

In This Topic
    ContentPadding Property (GridControlCellView)
    In This Topic
    Gets the actual padding of the content
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ContentPadding As C1Thickness
    public virtual C1Thickness ContentPadding {get;}
    See Also