Back to Devexpress

DevExpress.XtraNavBar.ViewInfo Namespace

windowsforms-devexpress-dot-xtranavbar-b1a0b141.md

latest3.3 KB
Original Source

DevExpress.XtraNavBar.ViewInfo Namespace

Contains classes that provide data required for the visual representation of the XtraNavBar control.

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Classes

NameDescription
CustomDrawNavBarElementEventArgsProvides data for the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events.
CustomDrawObjectEventArgsProvides data for the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events.
NavBarDragDropEventArgsProvides data for the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events.
NavBarSelectedLinkChangedEventArgsProvides data for the NavBarControl.SelectedLinkChanged event.

Delegates

NameDescription
CustomDrawNavBarElementEventHandlerRepresents a method that will handle the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events.
CustomDrawObjectEventHandlerRepresents a method that will handle the NavBarControl.CustomDrawBackground, NavBarControl.CustomDrawGroupClientBackground and NavBarControl.CustomDrawGroupClientForeground events.
NavBarDragDropEventHandlerRepresents a method that will handle the NavBarControl.NavDragDrop and NavBarControl.NavDragOver events.
NavBarSelectedLinkChangedEventHandlerRepresents a method that will handle the NavBarControl.SelectedLinkChanged event.