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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(16)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupTextToItemsIndent { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 16 | 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 Type | Path to GroupTextToItemsIndent |
---|---|
TileView |
|
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