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

MVCxCardViewEditingSettings Class

Provides editing settings for CardView.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public class MVCxCardViewEditingSettings :
    ASPxCardViewEditingSettings,
    IGridEditingRoutes

The following members return MVCxCardViewEditingSettings objects:

Remarks

These settings can be accessed via the CardView’s CardViewSettings.SettingsEditing property.

Refer to the Data Editing and Validation documentation section to learn about the CardView editing settings.

Implements

See Also