Skip to main content

AccordionControlElementBase.ResetSuperTip() Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ResetSuperTip()

Remarks

This method sets the AccordionControlElementBase.SuperTip property to null.

See Also