Back to Devexpress

BaseTile.Group Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-6df6f92c.md

latest2.3 KB
Original Source

BaseTile.Group Property

Gets or sets a group where the current Tile belongs.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public virtual string Group { get; set; }
vb
<DefaultValue("")>
Public Overridable Property Group As String

Property Value

TypeDefaultDescription
StringString.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:

See the Content Containers topic to learn more.

See Also

Content Containers

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace