Skip to main content

BaseTile.Group Property

Gets or sets a group where the current Tile belongs.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
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