Skip to content

Implement sidebar navigation as in DevExpress ASP.NET Web Forms demos.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-web-forms-implement-sidebar-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Web Forms Controls - How to implement sidebar navigation shown in DevExpress demos

This example demonstrates how to implement sidebar navigation as in DevExpress ASP.NET Web Forms demos.

Implement Sidebar Navigation

In the example, each page has the following structure:

  • Header
    Displays the page header and a button that expands or collapses the sidebar element.

  • Sidebar
    Displays ASPxTreeView and ASPxNavBar controls. The Tree View control shows the site structure and allows users to navigate between pages. The Navigation Bar allows users to search for a particular page.

  • Main Content
    The content placed in the main element.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)