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

ASPxHint.ShowCallout Property

Gets or sets a value that specifies whether a hint is displayed in a callout box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowCallout { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display a hint in a callout box; otherwise, false.

Remarks

By default, if a hint is connected to the target UI element on a web page, the hint is displayed within a callout box. If the CSS selector for the target element is not specified or the hint is shown in precise X/Y coordinates on the screen, the callout box isn’t used. To control whether to show the callout box, use the ShowCallout property.

See Also