Skip to main content
A newer version of this page is available. .

TileGroupCollection.Owner Property

Gets the object that owns this group collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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