Skip to main content

GridViewSettings.SettingsDataSecurity Property

Provides access to the GridView’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 ASPxGridViewDataSecuritySettings SettingsDataSecurity { get; }

Property Value

Type Description
ASPxGridViewDataSecuritySettings

A ASPxGridViewDataSecuritySettings object containing data security settings.

See Also