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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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