Back to Devexpress

TileViewItemOptions.GroupTextOffset Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-04c4e4a8.md

latest2.4 KB
Original Source

TileViewItemOptions.GroupTextOffset Property

Gets or sets the horizontal offset of the group header, 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(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupTextOffset { get; set; }
vb
<DefaultValue(0)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property GroupTextOffset As Integer

Property Value

TypeDefaultDescription
Int320

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 TypePath 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

GroupColumn

GroupTextPadding

IndentBetweenGroups

TileViewItemOptions Class

TileViewItemOptions Members

DevExpress.XtraGrid.Views.Tile Namespace