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

TileViewItemOptions.DefaultItemPadding Property

Returns the default tile padding.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public static Padding DefaultItemPadding { get; }

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
.OptionsTiles.DefaultItemPadding

Remarks

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

See Also