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

MVCxGridViewProperties.SettingsDataSecurity Property

Manipulates the built-in GridView’s GridViewSettings.SettingsDataSecurity property.

Namespace: DevExpress.Web.Mvc

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

Declaration

public ASPxGridViewDataSecuritySettings SettingsDataSecurity { get; }

Property Value

Type Description
ASPxGridViewDataSecuritySettings

An ASPxGridViewDataSecuritySettings object containing data security settings.

See Also