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

ASPxGridView.Settings Property

Provides access to the GridView’s display options.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewSettings Settings { get; }

Property Value

Type Description
ASPxGridViewSettings

An ASPxGridViewSettings object that contains the ASPxGridView’s display options.

See Also