aspnet-devexpress-dot-web-dd8d0575.md
Contains settings allowing you to customize the embedded ASPxGridView.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class GridViewProperties
Public Class GridViewProperties
The following members return GridViewProperties objects:
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.
Object GridViewProperties MVCxGridViewProperties
See Also