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