Skip to main content

ToolTipControllerCalcSizeEventArgs.Title Property

Gets the tooltip’s title.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public string Title { get; }

Property Value

Type Description
String

A String value which specifies the tooltip’s title.

See Also