Skip to main content

TileGroupCollection.Owner Property

Gets the object that owns this group collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ITileControl Owner { get; }

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