Skip to main content

ToolTipControllerCalcSizeEventArgs.ToolTip Property

Gets the text to be displayed within the tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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