Skip to main content

ITileContainerDefaultProperties.ActualIndentBetweenItems Property

Gets the current distance between neighboring Tiles within this TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int ActualIndentBetweenItems { get; }

Property Value

Type Description
Int32

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

Remarks

See the ITileContainerDefaultProperties.IndentBetweenItems property to learn more.

See Also