XPBaseCollection.EnableObjectChangedNotificationsWhileEditing Property
In This Article
OBSOLETE
That property breaks XPCollection's compatibility with Data
Specifies whether object changed notifications occur when editing a property.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if object changed notifications occur when editing a property; otherwise, false. |
#Remarks
Generally, you don’t need to use this property.
See Also