Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Standard 2.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

BlazorModificationsController Class

Inherits from the ModificationsController to implement Blazor specific behavior.

Namespace: DevExpress.ExpressApp.Blazor.SystemModule

Assembly: DevExpress.ExpressApp.Blazor.v20.2.dll

Declaration

public class BlazorModificationsController :
    ModificationsController

Remarks

The BlazorModificationsController adds the following functionality to the base ModificationsController:

  • Save Action

    When executing the Save Action, the Controller commits the changes made to the current object. This Action is hidden from List Views.

  • Save and New Action

    This Action is inactive in Blazor applications.

  • Save and Close Action

    This Action is inactive in Blazor applications.

  • Cancel Action

    This Action is inactive in Blazor applications.

  • UpdateActionState method

    Overrides this method to check whether to update the Save, Cancel, SaveAndNew and SaveAndClose Actions’ enabled state depending on whether the current user has permission to change the current object and on the mode in which the current View is displayed.

Implements

See Also