DevExpress.XtraNavBar.ViewInfo Namespace
Contains classes that provide data required for the visual representation of the XtraNavBar control.
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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. |