TileGroupCollection(ITileControl) Constructor
Initializes a new instance of the TileGroupCollection with specific settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | DevExpress.XtraEditors.ITileControl | A TileControl that owns the TileGroupCollection created. |
Remarks
Use the TileControl.Groups property to access a group collection owned by the current TileControl.
See Also