FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / C1GridControl Class / CellPadding Property

In This Topic
    CellPadding Property (C1GridControl)
    In This Topic
    Gets or sets the cell padding.
    Syntax
    'Declaration
     
    Public Property CellPadding As Thickness
    public Thickness CellPadding {get; set;}
    See Also