DevExpress.XtraNavBar.ViewInfo Namespace
Contains classes that provide data required for the visual representation of the XtraNavBar control.
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
Classes
| 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. |
Delegates
| 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. |