CellAppearanceBase.Padding Property
Gets or sets the padding of the DataGridView cell. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public Thickness Padding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | The padding of the DataGridView cell. |
See Also