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

MVCxGridViewEditingSettings Class

Provides editing settings for GridView.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxGridViewEditingSettings :
    ASPxGridViewEditingSettings,
    IGridEditingRoutes

The following members return MVCxGridViewEditingSettings objects:

Remarks

These settings can be accessed via the GridView’s GridViewSettings.SettingsEditing property.

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

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also