Back to Devexpress

WinModificationsController Class

expressappframework-devexpress-dot-expressapp-dot-win-dot-systemmodule-c13c85d7.md

latest2.4 KB
Original Source

WinModificationsController Class

Inherits from the ModificationsController to implement Windows Forms specific behavior.

Namespace : DevExpress.ExpressApp.Win.SystemModule

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public class WinModificationsController :
    ModificationsController
vb
Public Class WinModificationsController
    Inherits ModificationsController

Remarks

The WinModificationsController adds the following functionality to the base ModificationsController:

  • Save Action

  • SaveAndClose Action

  • Cancel Action

  • UpdateActionState method

Implements

ISupportUpdate

Inheritance

Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController ModificationsController WinModificationsController

See Also

WinModificationsController Members

DevExpress.ExpressApp.Win.SystemModule Namespace