BaseTile.Group Property
In This Article
Gets or sets a group where the current Tile belongs.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value specifying a group where the current Tile belongs. |
#Remarks
Tiles within a TileContainer can be combined in multiple groups. Tiles with the same Group property value are combined in a single group. In the figure below, a TileContainer’s Tiles are located in two separate groups:
See the Content Containers topic to learn more.
See Also