Skip to main content

CustomDrawNavBarElementEventArgs Class

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public class CustomDrawNavBarElementEventArgs :
    CustomDrawObjectEventArgs

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