windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-2f78e5ee.md
Gets or sets the indent between the group header and group items, in pixels.
Namespace : DevExpress.XtraGrid.Views.Tile
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(16)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupTextToItemsIndent { get; set; }
<DefaultValue(16)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property GroupTextToItemsIndent As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 16 |
An integer value specifying the indent between the group header and group items, in pixels.
|
You can access this nested property as listed below:
| Object Type | Path to GroupTextToItemsIndent |
|---|---|
| TileView |
.OptionsTiles .GroupTextToItemsIndent
|
The GroupTextToItemsIndent option is hidden. We suggest that you use the TileViewItemOptions.GroupTextPadding property instead, as it provides greater control of group text spacing.
The GroupTextToItemsIndent property is in sync with the GroupTextPadding.Bottom field.
See Also