Back to Devexpress

ASPxBinaryImage.ToolTip Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-af0b0d95.md

latest1.5 KB
Original Source

ASPxBinaryImage.ToolTip Property

Gets or sets the binary image tooltip text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public override string ToolTip { get; set; }
vb
<DefaultValue("")>
Public Overrides Property ToolTip As String

Property Value

TypeDefaultDescription
StringString.Empty

A string which specifies the text content of the tooltip.

|

Remarks

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

See Also

Binary Image

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace