Skip to main content
Tab

FileManagerSettingsFolders.ShowTreeLines Property

Gets or sets whether tree lines are displayed within the folder container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true to display tree lines; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowTreeLines
ASP.NET MVC Extensions FileManagerSettings
.SettingsFolders .ShowTreeLines
ASP.NET Web Forms Controls ASPxFileManager
.SettingsFolders .ShowTreeLines
See Also