Skip to main content

ITileContainerDefaultProperties.IndentBetweenItems Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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