Back to Devexpress

SettingsBase.ToolTip Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-settingsbase-60357f48.md

latest1.6 KB
Original Source

SettingsBase.ToolTip Property

Gets or sets a UI element’s tooltip text.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public virtual string ToolTip { get; set; }
vb
Public Overridable Property ToolTip As String

Property Value

TypeDescription
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 TypePath to ToolTip
MVCxFormLayoutItem

.NestedExtensionSettings .ToolTip

|

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

SettingsBase Class

SettingsBase Members

DevExpress.Web.Mvc Namespace