TileGroupCollection(ITileControl) Constructor
Initializes a new instance of the TileGroupCollection with specific settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
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