Skip to main content
A newer version of this page is available. .

IModelToolTip.ToolTip Property

Specifies the tooltip text.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.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