windowsforms-devexpress-dot-xtranavbar-b1a0b141.md
Contains classes that provide data required for the visual representation of the XtraNavBar control.
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
| Name | Description |
|---|---|
| CustomDrawNavBarElementEventArgs | Provides data for the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events. |
| CustomDrawObjectEventArgs | Provides data for the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events. |
| NavBarDragDropEventArgs | Provides data for the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events. |
| NavBarSelectedLinkChangedEventArgs | Provides data for the NavBarControl.SelectedLinkChanged event. |
| Name | Description |
|---|---|
| CustomDrawNavBarElementEventHandler | Represents a method that will handle the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events. |
| CustomDrawObjectEventHandler | Represents a method that will handle the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events. |
| NavBarDragDropEventHandler | Represents a method that will handle the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events. |
| NavBarSelectedLinkChangedEventHandler | Represents a method that will handle the NavBarControl.SelectedLinkChanged event. |