windowsforms-devexpress-dot-xtranavbar-aa637377.md
Provides data for the NavBarControl.GetHint event.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class NavBarGetHintEventArgs :
NavBarCustomHintEventArgs
Public Class NavBarGetHintEventArgs
Inherits NavBarCustomHintEventArgs
NavBarGetHintEventArgs is the data class for the following events:
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.
Object EventArgs NavBarCustomHintEventArgs NavBarGetHintEventArgs
See Also