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

NavBarCalcHintSizeEventArgs Class

Provides data for the NavBarControl.CalcHintSize event.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public class NavBarCalcHintSizeEventArgs :
    NavBarCustomHintEventArgs

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
NavBarCustomHintEventArgs
NavBarCalcHintSizeEventArgs
See Also