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

Server-Side Functionality

  • Collapse
    Music
    • Andy McKee - Rylynn
    • Andy McKee - Drifting
    • Antoine Dufour - Reality
  • Collapse
    Video
    • Inception - Official trailer
    • MythBusters Top 25 Moments
    • Richard Feynman - Ode on a Flower
  • Collapse
    Pictures
    • Desert
    • Me & Kate
    • Party 03.08
Clear
Trace Events:
Options
v

This sample demonstrates a few of the server-side capabilities of the ASPxTreeView control. Click a node or select the desired item from the dropdown editor, and define the settings of the corresponding node by clicking the appropriate check box(es).

The following server properties can be toggled in this demo:

  • Enabled. This property controls a node's availability to end-user interaction.
  • Visible. This property controls a node's visibility.
  • SelectedNode. The ASPxTreeView control supports single node selection. The selected node can be specified using this property.
  • Checked. This property specifies a node's checked state.
  • Expanded. This property specifies a node's expansion state.

Click or expand/collapse a node within the ASPxTreeView to initiate server-side events. In this example the NodeClick, the ExpandedChanging, the ExpandedChanged, and the CheckedChange events are handled, to display information about the raised event in the Event monitor.

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