Skip to main content

ITileContainerDefaultProperties.IndentBetweenGroups Property

Gets or sets the distance between neighboring Tile Groups for the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

int? IndentBetweenGroups { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the distance between neighboring Tile Groups for the current TileContainer.

Remarks

Tiles can be arranged within multiple Tile Groups via the BaseTile.Group property. The IndentBetweenGroups property specifies the distance between such groups. You can also set the distance between neighboring Tiles via the ITileContainerDefaultProperties.IndentBetweenItems property. Both of these properties override global View settings set via corresponding properties in the WindowsUIView.TileContainerProperties object.

See Also