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

SettingsBase.ToolTip Property

Gets or sets a UI element’s tooltip text.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public virtual string ToolTip { get; set; }

Property Value

Type Description
String

A String value that specifies the text displayed within the UI element’s tooltip.

Property Paths

You can access this nested property as listed below:

Object Type Path to ToolTip
MVCxFormLayoutItem
PivotGridSettings
ReportToolbarExtension
.Settings.ToolTip
ReportViewerExtension
.Settings.ToolTip
SchedulerSettings
SchedulerStorageControlSettings

Remarks

A UI element’s tooltip is shown whenever the mouse cursor pauses over the element. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also