Skip to main content

TileItemElementCollection.Owner Property

Gets an object that implements the INotifyElementPropertiesChanged interface and owns the current TileItemElementCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public INotifyElementPropertiesChanged Owner { get; }

Property Value

Type Description
DevExpress.XtraEditors.INotifyElementPropertiesChanged

An INotifyElementPropertiesChanged object that owns the current tile elements collection.

See Also