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

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

Returns

Type Description
Boolean

true to raise the Reset event; otherwise, false.

See Also