Skip to main content

TileViewItemOptions.DefaultIndentBetweenGroups Property

Gets the default distance between neighboring tile groups.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public static int DefaultIndentBetweenGroups { get; }

Property Value

Type Description
Int32

An integer value that is the default distance between neighboring tile groups.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultIndentBetweenGroups
TileView
.OptionsTiles .DefaultIndentBetweenGroups
See Also