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

GridViewSettings.SettingsEditing Property

Provides access to the GridView‘s edit settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public MVCxGridViewEditingSettings SettingsEditing { get; }

Property Value

Type Description
MVCxGridViewEditingSettings

An MVCxGridViewEditingSettings object that contains the GridView’s edit settings.

See Also