ASPxNavBar - Features

Small Items
Small Items
Sheduler
Clients
Users
Large Items
Large Items

Notes

Reports
Description
C#
VB
ASPX

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.