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

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

Declaration

Returns

Type Description
Boolean

true to raise the Reset event when the data object is loaded; otherwise, false.

See Also