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

FileManagerToolbarItemBase.ToolTip Property

Gets or sets the toolbar item tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the toolbar item tooltip.

Remarks

Use the ToolTip property to define a tooltip text for an individual toolbar item. If a string is assigned to an item’s ToolTip property, the tooltip is shown whenever the mouse cursor pauses over the item. If the ToolTip property is set to an empty string (String.Empty), the tooltip is never shown.

See Also