Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.Xpo

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