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

BinaryImageDeleteButtonImageProperties.ToolTip Property

Gets or sets the delete button’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String "Clear"

A string value that specifies the text content of the tooltip.

Remarks

A button’s 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.

ASPxBinaryImage

See Also