TileViewItemOptions.DefaultItemPadding Property
Returns the default tile padding.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Padding | A Padding(12, 8, 12, 8) structure that is the default tile padding. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DefaultItemPadding |
---|---|
TileView |
|
Remarks
To modify tile paddings, use the TileViewItemOptions.ItemPadding property.
See Also