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

ASPxGridViewSettings.GridLines Property

Gets or sets the gridline style for the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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 ASPxGridView.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GridLines
ASP.NET Controls and MVC Extensions ASPxGridView
.Settings .GridLines
GridViewProperties
.Settings .GridLines
ASP.NET Bootstrap Controls BootstrapGridView
.Settings .GridLines
ASP.NET MVC Extensions GridViewSettings
.Settings .GridLines
GridViewSettings<RowType>
.Settings .GridLines
MVCxGridView
.Settings .GridLines
MVCxGridViewProperties
.Settings .GridLines
See Also