GridViewProperties Class
In This Article
Contains settings allowing you to customize the embedded ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Related API Members
The following members return GridViewProperties objects:
#Remarks
The properties exposed by the GridViewProperties class correspond directly to the same properties of the built-in ASPxGridView, allowing it to be easily customized at the ASPxGridLookup level.
An instance of the GridViewProperties class can be accessed via the ASPxGridLookup’s ASPxGridLookup.GridViewProperties property.
When the grid’s Mode property is set to Batch, the class’s SettingsEditing.BatchEditSettings property is not in effect.
See Also