Skip to main content

TreeViewSettings.ShowTreeLines Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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 in the TreeView.

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