windowsforms-devexpress-dot-xtranavbar-dot-viewinfo.md
Provides data for the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events.
Namespace : DevExpress.XtraNavBar.ViewInfo
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class CustomDrawNavBarElementEventArgs :
CustomDrawObjectEventArgs
Public Class CustomDrawNavBarElementEventArgs
Inherits CustomDrawObjectEventArgs
CustomDrawNavBarElementEventArgs is the data class for the following events:
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.
Object EventArgs CustomDrawObjectEventArgs CustomDrawNavBarElementEventArgs
See Also
CustomDrawNavBarElementEventArgs Members