Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelToolTip.ToolTip Property

Specifies the tooltip text.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DefaultValue("")]
string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which is the tooltip text

Remarks

For details, refer to the ToolTip attribute description.

See Also