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

ReportDocumentMap.ShowTreeLines Property

Specifies whether or not tree lines are displayed within a Document Map.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
Boolean false

true to display tree lines; otherwise, false.

See Also