Skip to main content

TileViewItemOptions.DefaultGroupTextPadding Property

Gets a default value for the TileViewItemOptions.GroupTextPadding property.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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