Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Features

By design, the DevExpress Style, Metropolis, Metropolis Blue, Moderno, iOS, Material, Material Compact, Office 365, Office 365 Dark, Mulberry, Office 2010 Blue, Office 2010 Black, Office 2010 Silver themes do not display tree lines. Switch to a different theme to view and manipulate tree line setting in this demo.
  • Collapse
    Home
    • Expand
      News
      • For Developers
      • Website news
    • Our Mission
    • Our Customers
  • Collapse
    Products
    • Subscriptions / Packs
    • .NET Windows Forms Components
    • Reporting / Printing Suites
    • VCL Components and Tools
    • ASP.NET Components
  • Collapse
    Support
    • Knowledge Base
    • Documentation
    • Support Center
    • Newsgroups
    • Best Practicies
Options

This demo illustrates the primary features of the ASPxTreeView. Use the options in the right panel to change the values of corresponding ASPxTreeView properties, and see the result within the control.

The descriptions of the utilized properties are listed below:

  • AllowSelectNode. Enables node selection. If this option is enabled, clicking a node selects it. Only one node can be selected at a time.
  • AutoPostBack. Controls whether or not a round trip to the server is required to process end-user actions on the server ("server mode"). If this option is disabled, the control behavior is based upon the EnableCallBacks property.
  • EnableAnimation. Specifies whether or not nodes are expanded/collapsed with animation effects.
  • EnableHotTrack. Specifies whether nodes are hot-tracked when the mouse pointer is located over them.
  • ShowTreeLines. Toggles the visibility of tree lines.
  • ShowExpandButtons. Toggles the visibility of expand buttons. Regardless of the option setting, end-users can expand or collapse nodes by double-clicking them.
  • AllowCheckNodes. Specifies whether or not end-users can check nodes using corresponding check boxes. Disabling the option hides check boxes.
  • CheckNodesRecursive. If node checking is enabled, use this option to allow end-users to recursively check nodes. In this mode, checking a node automatically checks all its immediate child nodes, and vice versa.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxNavigationAndLayoutDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxNavigationAndLayoutDemos