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

TreeListSettings.SuppressOuterGridLines Property

Gets or sets whether the outer grid lines are displayed.

Namespace: DevExpress.Web.ASPxTreeList

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

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
MVCxTreeList
.Settings.SuppressOuterGridLines
TreeListSettings
.Settings.SuppressOuterGridLines
TreeListSettings<RowType>
.Settings.SuppressOuterGridLines
See Also