TileViewItemOptions.DefaultIndentBetweenItems Property
Gets the default distance between neighboring tiles within this TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer vaule that is the default distance between neighboring tiles within this TileView. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to DefaultIndentBetweenItems |
|---|---|
| TileView |
|
See Also