Back to Devexpress

NavBarCustomHintEventArgs.Group Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcustomhinteventargs.md

latest1.2 KB
Original Source

NavBarCustomHintEventArgs.Group Property

Gets the group for which the hint is displayed.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public NavBarGroup Group { get; }
vb
Public ReadOnly Property Group As NavBarGroup

Property Value

TypeDescription
NavBarGroup

A NavBarGroup object representing the group for which the hint is displayed. null ( Nothing in Visual Basic) if the hint is displayed for another element.

|

See Also

NavBarCustomHintEventArgs Class

NavBarCustomHintEventArgs Members

DevExpress.XtraNavBar Namespace