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

TileContainer.Groups Property

Gets a list of all groups used within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, true, false)]
public IList<TileContainer.SerializableGroupInfo> Groups { get; }

Property Value

Type Description
IList<DevExpress.XtraBars.Docking2010.Views.WindowsUI.TileContainer.SerializableGroupInfo>

An IList object that stores all groups used within the current TileContainer.

Remarks

You can specify to which groups individual Tiles belong by setting their BaseTile.Group property.

See Also