ITileContainerDefaultProperties.IndentBetweenItems Property
Gets or sets the distance between neighboring Tiles within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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