Back to Devexpress

ITileContainerDefaultProperties.IndentBetweenGroups Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-c6b38446.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int? IndentBetweenGroups { get; set; }
vb
Property IndentBetweenGroups As Integer?

Property Value

TypeDescription
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

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace