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

DetailView.RaiseObjectChangedOnControlValueChanged Property

Specifies how the DetailView notifies the View.ObjectSpace about object property value changes made by end-users via the Detail View’s controls.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[Browsable(false)]
public bool RaiseObjectChangedOnControlValueChanged { get; set; }

Property Value

Type Description
Boolean

true, to specify the DetailView.CurrentObject when notifying the View.ObjectSpace; otherwise, false. The default value is true.

Remarks

Generally, you do not need to use this property.

See Also