DetailView.RaiseObjectChangedOnControlValueChanged Property
In This Article
Specifies whether the ObjectChanged event should occur each time you modify a control value in a DetailView (see the BC5087 breaking change).
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the Object |
#Remarks
Generally, you do not need to use this property.
See Also