Skip to main content

MVCxGridView.SettingsEditing Property

Provides access to the GridView‘s edit settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxGridViewEditingSettings SettingsEditing { get; }

Property Value

Type Description
MVCxGridViewEditingSettings

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

See Also