GanttClientSideEvents.TooltipShowing Property
Specifies the name of the JavaScript function or code that handles the client-side TooltipShowing event.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v20.2.dll
Declaration
[DefaultValue("")]
public string TooltipShowing { get; set; }
<DefaultValue("")>
Public Property TooltipShowing As String
Property Value
Type | Default | Description |
---|---|---|
String | The name of a JavaScript function or code. |
See Also
Feedback