Skip to main content
Tab

ASPxVerticalGrid.Settings Property

Provides access to the ASPxVerticalGrid’s display options.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridSettings Settings { get; }

Property Value

Type Description
ASPxVerticalGridSettings

An ASPxVerticalGridSettings object that contains the ASPxVerticalGrid’s display options.

See Also