Skip to main content

TreeListSettings.GridLines Property

Gets or sets the gridline style for an ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

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

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