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

TreeViewSettings.ShowTreeLines Property

Gets or sets whether tree lines are displayed within the ASPxTreeVew.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool ShowTreeLines { get; set; }

Property Value

Type Description
Boolean

true, to display tree lines; otherwise, false.

Remarks

Note

The following themes are engineered in such a way that by design, they are not intended to display tree lines within the TreeView.

  • DevExpress Style
  • Metropolis and Metropolis Blue
  • Office 2010 (all)
  • Moderno
  • Mulberry
  • Material
  • iOS
See Also