CustomDrawNavBarElementEventArgs Class
In This Article
Provides data for the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events.
Namespace: DevExpress.XtraNavBar.ViewInfo
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Remarks
A CustomDrawNavBarElementEventArgs object is automatically created, adjusted and passed to a handler of either the NavBarControl.CustomDrawGroupCaption or NavBarControl.CustomDrawLink event. Its properties allow you to obtain information required to paint an element.
#Inheritance
Object
EventArgs
CustomDrawObjectEventArgs
CustomDrawNavBarElementEventArgs
See Also