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

GridViewProperties Class

Contains settings allowing you to customize the embedded ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class GridViewProperties

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.

Inheritance

See Also