ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Filters Namespace / DataGridFilterRow Class / CellPadding Property

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