Skip to main content

TreeListSettings.SuppressOuterGridLines Property

Gets or sets whether the outer grid lines are displayed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool SuppressOuterGridLines { get; set; }

Property Value

Type Default Description
Boolean false

true to display the outer grid lines; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SuppressOuterGridLines
ASPxTreeList
.Settings .SuppressOuterGridLines
See Also