Back to Devexpress

TileViewItemOptions.DefaultGroupTextPadding Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-8e3f820b.md

latest1.9 KB
Original Source

TileViewItemOptions.DefaultGroupTextPadding Property

Gets a default value for the TileViewItemOptions.GroupTextPadding property.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public static Padding DefaultGroupTextPadding { get; }
vb
Public Shared ReadOnly Property DefaultGroupTextPadding As Padding

Property Value

TypeDescription
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 TypePath to DefaultGroupTextPadding
TileView

.OptionsTiles .DefaultGroupTextPadding

|

See Also

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace