TileItemElementCollection.Owner Property
Gets an object that implements the INotifyElementPropertiesChanged interface and owns the current TileItemElementCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.INotifyElementPropertiesChanged | An INotifyElementPropertiesChanged object that owns the current tile elements collection. |
See Also