XPBaseCollection.EnableObjectChangedNotificationsWhileEditing Property
OBSOLETE
That property breaks XPCollection's compatibility with DataSet. Use it at your own risk.
Specifies whether object changed notifications occur when editing a property.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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