NavBarCalcHintSizeEventArgs Class
In This Article
Provides data for the NavBarControl.CalcHintSize event.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Remarks
A NavBarCalcHintSizeEventArgs object is automatically created, adjusted and passed to a NavBarControl.CalcHintSize event handler. Its properties allow you to determine the group and link for which the hint is displayed and assign custom hint size.
#Inheritance
Object
EventArgs
NavBarCustomHintEventArgs
NavBarCalcHintSizeEventArgs
See Also