ITileContainerDefaultProperties.ActualIndentBetweenGroups Property
Gets the current distance between neighboring Tile Groups within this TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
int ActualIndentBetweenGroups { get; }
ReadOnly Property ActualIndentBetweenGroups As Integer
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the current distance between neighboring Tile Groups within this TileContainer. |
Remarks
See the ITileContainerDefaultProperties.IndentBetweenGroups property to learn more.
See Also
Feedback