Search results
19 kwi 2023 · The Navigation Bar (NavBarControl) is a side navigation control with expandable groups. Add Groups. Drop NavBarControl onto a form and use the control’s smart tag to add new groups. Each group is an instance of the NavBarGroup class. In code, groups are stored within the NavBarControl.Groups collection. Add Items
- Examples
How to: Iterate Through NavBarControl Items; How to: Keep...
- Appearance
Developer documentation for all DevExpress products....
- NavBarControl Class
The NavBarControl displays links (commands) combined into...
- Examples
The NavBarControl displays links (commands) combined into groups. Groups of links can be expanded/collapsed in order to show/hide their contents. The NavBarControl supports three paint views: Navigation Pane, Explorer Bar View and Side Bar View. Each of these views behave and display their contents (links) differently.
13 lis 2018 · The following code shows how to create a NavBarControl in code. One group (Local) is added to the control containing three commands (“Inbox”, “Outbox” and “Sent Items”). In the example, NavBarItem objects are created to represent the required commands.
1 sie 2018 · The tutorial neglected to mention that you also must add the line navBarControl1.ActiveGroupChanged += new DevExpress.XtraNavBar.NavBarGroupEventHandler(navBarControl1_ActiveGroupChanged); to Form1.cs in order to enable the user's changing of the active group to actually call the navBarControl1_ActiveGroupChanged function.
3 wrz 2023 · You can create an advanced hierarchical navigation menu with endless nesting of navigation elements, categorize elements into groups, create a web-inspired Hamburger style menu, and much more. The Accordion Control offers semi-transparent Acrylic Material and improved high-DPI support.
WinForms Navigation Bar - Create a NavBarControl in code. Note. You can also use the DevExpress WinForms AccordionControl - a feature-rich UI control designed to address a broad range of navigation related use-case scenarios.
Our WinForms Accordion control ships with everything one would expect from a navigation bar. Accordion is a feature-rich UI control designed to address a broad range of navigation related use-case scenarios.