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.v19.1.dll

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

See Also