TileGroupCollection.Owner Property
Gets the object that owns this group collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.ITileControl | An object implementing the ITileControl interface to which the group collection belongs. |
Remarks
Use the TileControl.Groups property to get a TileGroupCollection that contains all TileGroups owned by the current TileControl.
See Also