Back to Devexpress

VerticalGridSettings.SettingsDataSecurity Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-35b4da1a.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridDataSecuritySettings SettingsDataSecurity { get; }
vb
Public ReadOnly Property SettingsDataSecurity As ASPxVerticalGridDataSecuritySettings

Property Value

TypeDescription
ASPxVerticalGridDataSecuritySettings

A ASPxVerticalGridDataSecuritySettings object containing data security settings.

|

See Also

Vertical Grid

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace