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

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.v18.2.dll

Declaration

[Obsolete("That property breaks XPCollection's compatibility with DataSet. Use it at your own risk.")]
public static bool EnableObjectChangedNotificationsWhileEditing { get; set; }

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