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

ASPxVerticalGridSettings.GridLines Property

Gets or sets the gridline style for the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(GridLines.Both)]
public GridLines GridLines { get; set; }

Property Value

Type Default Description
GridLines **Both**

A GridLines enumeration value that specifies the gridline style for the ASPxVerticalGrid.

Property Paths

You can access this nested property as listed below:

Object Type Path to GridLines
ASPxVerticalGrid
.Settings.GridLines
MVCxVerticalGrid
.Settings.GridLines
VerticalGridSettings
.Settings.GridLines
VerticalGridSettings<ColumnType>
.Settings.GridLines
See Also