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

NavBarGetHintEventArgs Class

Provides data for the NavBarControl.GetHint event.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.2.dll

Declaration

public class NavBarGetHintEventArgs :
    NavBarCustomHintEventArgs

Remarks

A NavBarGetHintEventArgs object is automatically created, adjusted and passed to a NavBarControl.GetHint event handler. Its properties allow you to determine the group and link for which the hint is about to be displayed. This object also provides you with the ability to change hint text and style.

Inheritance

Object
NavBarCustomHintEventArgs
NavBarGetHintEventArgs
See Also