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

NavBarCustomHintEventArgs Class

Serves as the base class for objects which provide data for hint related events.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public class NavBarCustomHintEventArgs

Remarks

The NavBarCustomHintEventArgs class encapsulates the basic functionality of classes that provide data for hint related events. It introduces the NavBarCustomHintEventArgs.Group and NavBarCustomHintEventArgs.Link properties to determine the group and link for which a hint is displayed.

See Also