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

TileViewItemOptions.DefaultGroupTextPadding Property

Gets a default value for the TileViewItemOptions.GroupTextPadding property.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public static Padding DefaultGroupTextPadding { get; }

Property Value

Type Description
Padding

A Padding structure that specifies a default value for the TileViewItemOptions.GroupTextPadding property.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultGroupTextPadding
TileView
.OptionsTiles.DefaultGroupTextPadding
See Also