Skip to main content

MVCxCardViewEditingSettings Class

Provides editing settings for CardView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also