NavBarCalcHintSizeEventArgs Class
Provides data for the NavBarControl.CalcHintSize event.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
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