Back to Devexpress

CustomDrawNavBarElementEventArgs Class

windowsforms-devexpress-dot-xtranavbar-dot-viewinfo.md

latest2.4 KB
Original Source

CustomDrawNavBarElementEventArgs Class

Provides data for the NavBarControl.CustomDrawGroupCaption and NavBarControl.CustomDrawLink events.

Namespace : DevExpress.XtraNavBar.ViewInfo

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class CustomDrawNavBarElementEventArgs :
    CustomDrawObjectEventArgs
vb
Public Class CustomDrawNavBarElementEventArgs
    Inherits CustomDrawObjectEventArgs

CustomDrawNavBarElementEventArgs is the data class for the following events:

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

CustomDrawNavBarElementEventArgs Members

CustomDrawGroupCaption

CustomDrawLink

CustomDrawNavBarElementEventHandler

DevExpress.XtraNavBar.ViewInfo Namespace