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

SuperToolTip.ToString() Method

Gets the textual representation of the current SuperToolTip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public override string ToString()

Returns

Type Description
String

A string which specifies the tooltip’s textual representation.

See Also