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.Mvc.v17.2.dll

Declaration

public class MVCxCardViewEditingSettings :
    ASPxCardViewEditingSettings,
    IGridEditingRoutes

The following members accept/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.

See Also