Skip to main content
All docs
V23.2

GanttClientSideEvents.ContextMenu Property

Specifies the name of the JavaScript function or code that handles the client-side ASPxClientGantt.ContextMenu event.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of a JavaScript function or code.

See Also