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

TreeListSettings.GridLines Property

Gets or sets the gridline style for an ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

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

Property Value

Type Default Description
GridLines **None**

A GridLines enumeration value that specifies the gridline style.

Property Paths

You can access this nested property as listed below:

Object Type Path to GridLines
ASPxTreeList
.Settings.GridLines
MVCxTreeList
.Settings.GridLines
TreeListSettings
.Settings.GridLines
TreeListSettings<RowType>
.Settings.GridLines

Remarks

If you apply built-in theme (see Available Themes), note that some themes (such as the ‘DevExpress Style’ or all ‘Office 2010’ themes) are engineered in such a way that, by design, they are not intended to display tree lines and grid lines within the ASPxTreeList.

See Also