GanttCustomCallbackEventArgs Class
Provides data for the CustomCallback event.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The client PerformCallback method initiates a round trip to the server and raises the server CustomCallback event.
Use the GanttCustomCallbackEventArgs.Argument property to get information passed from the client-side with the PerformCallback(args) method’s args parameter.
See Also