Skip to main content
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.v23.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