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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true to raise the Reset event; otherwise, false. |
See Also