Skip to main content
Tab

PopupWindow.ToolTip Property

Gets or sets the current popup window’s tooltip text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string which specifies the text content of the current popup window’s tooltip.

Remarks

Use the ToolTip property to define a tooltip text for an individual popup window object. If a string is assigned to a window’s ToolTip property, the tooltip is shown whenever the mouse cursor pauses over the invoked window.

Note

The value assigned to the ToolTip property of a popup window overrides the value set for the popup control’s ToolTip property (if any) which specifies a common target for links of all popup windows from the ASPxPopupControl.Windows collection.

See Also