Skip to main content

TileViewItemOptions.GroupTextOffset Property

Gets or sets the horizontal offset of the group header, in pixels.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupTextOffset { get; set; }

Property Value

Type Default Description
Int32 0

An integer value specifying the horizontal offset of the group header, in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to GroupTextOffset
TileView
.OptionsTiles .GroupTextOffset

Remarks

The GroupTextOffset option is hidden. We suggest that you use the TileViewItemOptions.GroupTextPadding property instead, as it provides greater control of group text spacing.

The GroupTextOffset property is in sync with the GroupTextPadding.Left field.

See Also