Skip to main content

MVCxVerticalGridEditingSettings Class

Provides editing settings for VerticalGrid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public class MVCxVerticalGridEditingSettings :
    ASPxVerticalGridEditingSettings,
    IGridEditingRoutes

The following members return MVCxVerticalGridEditingSettings objects:

#Remarks

These settings can be accessed via the VerticalGrid’s VerticalGridSettings.SettingsEditing property.

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

#Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also