Skip to main content
A newer version of this page is available. .

TileViewItemOptions.DefaultPadding Property

Stores the default TileView padding.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public static Padding DefaultPadding { get; }

Property Value

Type Description
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 Type Path to DefaultPadding
TileView
.OptionsTiles.DefaultPadding

Remarks

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

See Also