TileContainer.Groups Property
Gets a list of all groups used within the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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