Back to Devexpress

NavBarGetHintEventArgs Class

windowsforms-devexpress-dot-xtranavbar-aa637377.md

latest1.8 KB
Original Source

NavBarGetHintEventArgs Class

Provides data for the NavBarControl.GetHint event.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class NavBarGetHintEventArgs :
    NavBarCustomHintEventArgs
vb
Public Class NavBarGetHintEventArgs
    Inherits NavBarCustomHintEventArgs

NavBarGetHintEventArgs is the data class for the following events:

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 EventArgs NavBarCustomHintEventArgs NavBarGetHintEventArgs

See Also

NavBarGetHintEventArgs Members

GetHint

NavBarGetHintEventHandler

DevExpress.XtraNavBar Namespace