SettingsBase.ToolTip Property
Gets or sets a UI element’s tooltip text.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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