Skip to main content
Tab

GridViewProperties.Settings Property

Manipulates the built-in ASPxGridView’s ASPxGridView.Settings property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewSettings Settings { get; }

Property Value

Type Description
ASPxGridViewSettings

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

See Also