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

VerticalGridSettings.SettingsEditing Property

Provides access to the VerticalGrid‘s edit settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridEditingSettings SettingsEditing { get; }

Property Value

Type Description
MVCxVerticalGridEditingSettings

An MVCxVerticalGridEditingSettings object that contains the VerticalGrid’s edit settings.

See Also