Skip to main content
A newer version of this page is available. .

BaseTile.Group Property

Gets or sets a group where the current Tile belongs.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue("")]
[SmartTagProperty("Group", "")]
public virtual string Group { get; set; }

Property Value

Type Default Description
String String.Empty

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:

DocumentManager - Metro Containers - TileContainer

See the Content Containers topic to learn more.

See Also