CellAppearance.ImagePadding Property
In This Article
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
C#
public Thickness ImagePadding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | The Data |
See Also