Skip to main content

VerticalGridSettings.SettingsDataSecurity Property

Provides access to the VerticalGrid’s security settings that allow you to disable data modification operations (edit, insert, delete).

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridDataSecuritySettings SettingsDataSecurity { get; }

Property Value

Type Description
ASPxVerticalGridDataSecuritySettings

A ASPxVerticalGridDataSecuritySettings object containing data security settings.

See Also