DataObjectBase.RaiseResetEventWhenObjectIsLoaded Attached Property
Gets or sets a value indicating whether it is necessary to raise the DataObjectBase.Reset event when the current data object is loaded.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetRaiseResetEventWhenObjectIsLoaded(DependencyObject) and SetRaiseResetEventWhenObjectIsLoaded(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean | true to raise the Reset event when the data object is loaded; otherwise, false. |
See Also