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

TileItemElementCollection.Owner Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public INotifyElementPropertiesChanged Owner { get; }

Property Value

Type Description
DevExpress.XtraEditors.INotifyElementPropertiesChanged

An INotifyElementPropertiesChanged object that owns the current tile elements collection.

See Also