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

ASPxGridLookup.GridViewProperties Property

Provides access to the settings allowing you to customize the built-in ASPxGridView’s properties.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewProperties GridViewProperties { get; }

Property Value

Type Description
GridViewProperties

A GridViewProperties object containing ASPxGridView specific settings.

See Also