Skip to main content
A newer version of this page is available. .

NavBarCustomHintEventArgs.Group Property

Gets the group for which the hint is displayed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public NavBarGroup Group { get; }

Property Value

Type Description
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