Skip to main content
A newer version of this page is available. .
All docs
V20.2

ASPxClientGanttTooltipShowingEventArgs.container Property

Returns a container for an instance of the tooltip.

Declaration

container: any

Property Value

Type Description
any

A container for the tooltip.

Remarks

<dx:ASPxGantt ID="Gantt" >
    <ClientSideEvents TooltipShowing="onGanttTooltipShowing" ... />
</dx:ASPxGantt>
See Also