Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 3.01 KB

File metadata and controls

38 lines (29 loc) · 3.01 KB

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)