Back to Devexpress

TileViewItemOptions.GroupTextToItemsIndent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-2f78e5ee.md

latest2.5 KB
Original Source

TileViewItemOptions.GroupTextToItemsIndent Property

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(16)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupTextToItemsIndent { get; set; }
vb
<DefaultValue(16)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property GroupTextToItemsIndent As Integer

Property Value

TypeDefaultDescription
Int3216

An integer value specifying the indent between the group header and group items, in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GroupTextToItemsIndent
TileView

.OptionsTiles .GroupTextToItemsIndent

|

Remarks

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

GroupColumn

GroupTextPadding

IndentBetweenGroups

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace