Search results
29 paź 2020 · The OfficeNavigationBar is a customizable navigation bar with flat borderless buttons. This control can operate separately or in conjunction with the Navigation Bar. The following figure illustrates a sample Office Navigation Bar painted with Office 2013 Light Gray DevExpress skin.
The NavBarControl class contains two properties representing collections of groups and items. Groups are accessed via the NavBarControl.Groups property. Each group within the collection contains its collection of links.
8 sty 2014 · DevExpress WinForms: Getting Started with the NavBar. Microsoft Office-Inspired Side Bar, Navigation Pane and Windows-Inspired Explorer Bar Controls in one integrated control library. This...
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
1 sie 2018 · Figured out the solution. 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 NavBar Control. Microsoft Office-Inspired Side Bar, Navigation Pane and Windows-Inspired Explorer Bar Controls in one integrated control library. Supports embedded controls like treeviews and offers fully customizable link layouts. Navigation Pane inspired by Microsoft Outlook. Side Bar inspired by Microsoft Office 97.