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

ITileContainerDefaultProperties.IndentBetweenItems Property

Gets or sets the distance between neighboring Tiles within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

int? IndentBetweenItems { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the distance between neighboring Tiles within the current TileContainer.

Remarks

Besides setting the distance between Tiles, you can also specify the distance between neighboring Tile Groups. See the ITileContainerDefaultProperties.IndentBetweenGroups property to learn more.

See Also