ASPxVerticalGridDataSecuritySettings Class
In This Article
Contains security settings that allow you to disable data operations in the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridDataSecuritySettings :
ASPxGridDataSecuritySettings
#Related API Members
The following members return ASPxVerticalGridDataSecuritySettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Vertical |
#Remarks
Use the ASPxVerticalGrid.SettingsDataSecurity property to access the ASPxVerticalGridDataSecuritySettings class.
In markup:
<dx:ASPxVerticalGrid ID="ASPxVerticalGrid1" runat="server" >
<SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxVerticalGrid>
In code:
ASPxVerticalGrid1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;
#Implements
#Inheritance
Object
StateManager
PropertiesBase
ASPxGridSettingsBase
ASPxGridDataSecuritySettings
ASPxVerticalGridDataSecuritySettings
See Also