DetailView.ViewEditModeChanging Event
Occurs before changing the current View’s DetailView.ViewEditMode property value.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The ViewEditModeChanging event's data class is CancelEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. |
Remarks
By default, this event is raised when the Edit, SaveAndClose or Cancel built-in Action is executed. This behavior is provided by the WebModificationsController. So, it makes sence is ASP.NET Web Forms applications only.
See Also