Back to Devexpress

TileViewItemOptions.DefaultPadding Property

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

latest1.9 KB
Original Source

TileViewItemOptions.DefaultPadding Property

Stores the default TileView 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 DefaultPadding { get; }
vb
Public Shared ReadOnly Property DefaultPadding As Padding

Property Value

TypeDescription
Padding

A Padding(0, 0, 0, 0) structure that is the default TileView padding.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultPadding
TileView

.OptionsTiles .DefaultPadding

|

Remarks

To change the actual view padding, use the TileViewItemOptions.Padding property.

See Also

Padding

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace