Back to Devexpress

TileViewItemOptions.DefaultItemPadding Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-f446b622.md

latest1.9 KB
Original Source

TileViewItemOptions.DefaultItemPadding Property

Returns the default tile padding.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public static Padding DefaultItemPadding { get; }
vb
Public Shared ReadOnly Property DefaultItemPadding As Padding

Property Value

TypeDescription
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 TypePath to DefaultItemPadding
TileView

.OptionsTiles .DefaultItemPadding

|

Remarks

To modify tile paddings, use the TileViewItemOptions.ItemPadding property.

See Also

ItemPadding

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace