Skip to main content
.NET 6.0+

IModelToolTip.ToolTip Property

Specifies the tooltip text.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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