Skip to main content

DataObjectBase.NeedsResetEvent Attached Property

Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true to raise the Reset event; otherwise, false.

See Also