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

Features

  • Small Items
  • Large Items
Options

This demo describes features provided by the ASPxNavBar control. Use controls in the right panel to change individual property values and see their result within the navbar.

In order to disable the expansion/collapse of groups within the navbar, the AllowExpanding property should be set to false.

To enable selection of navbar items on the client side, you need to set the AllowSelectItem property to true.

The AutoPostBack property controls whether a round trip to the server is required to process end- user actions (such as an item click or expansion or collapse of a group) on the server using corresponding server-side events.

To force the navbar control to only display one expanded group at any point in time, the AutoCollapse property's value should be set to true. This behaviour emulates the SideBar control.

The EnableHotTrack property allows you to specify whether navbar items and groups can visually respond to mouse hover events.

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