ToolTipControllerCalcSizeEventArgs.ToolTip Property
Gets the text to be displayed within the tooltip.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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