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

ToolTipControllerCalcSizeEventArgs.ToolTip Property

Gets the text to be displayed within the tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public string ToolTip { get; }

Property Value

Type Description
String

The String object specifying the text to be displayed within the tooltip.

Remarks

To customize the text to be displayed in the tooltip, handle the ToolTipController.BeforeShow event.

See Also