Skip to main content

NavElement.ResetSuperTip() Method

Removes the SuperToolTip object that has been assigned to the current navigation element.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ResetSuperTip()

Remarks

This method sets the NavElement.SuperTip property to null.

See Also