ASPxVerticalGridSettings.GridLines Property
Gets or sets the gridline style for the ASPxVerticalGrid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
| Library | Object Type | Path to GridLines |
|---|---|---|
| ASP.NET MVC Extensions | VerticalGridSettings |
|
| ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
See Also