Skip to main content
All docs
V19.2
Tab

TreeViewSettingsLoadingPanel.Enabled Property

This property is not in effect for the TreeViewSettingsLoadingPanel class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override bool Enabled { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Enabled
ASP.NET Controls and MVC Extensions ASPxTreeView
MVCxTreeView
TreeViewSettings
ASP.NET Bootstrap Controls BootstrapTreeView

Remarks

The property is overridden only to prevent it from appearing in Microsoft Visual Studio designer tools.

See Also