Skip to main content
A newer version of this page is available. .

TileViewItemOptions.DefaultIndentBetweenItems Property

Gets the default distance between neighboring tiles within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public static int DefaultIndentBetweenItems { get; }

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
.OptionsTiles.DefaultIndentBetweenItems
See Also