Skip to main content

TileItemFrameCollection.Owner Property

Gets the collection’s owner.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ITileItem Owner { get; }

Property Value

Type Description
DevExpress.XtraEditors.ITileItem

A ITileItem object that is the collection’s owner.

See Also