ASPxSchedulerRelatedControlBase.CalcCallbackResult() Method
Initiates a callback by the client and obtains the result processed within the server.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Returns
Type | Description |
---|---|
DevExpress.Web.Internal.CallbackResult | A DevExpress.Web.Internal.CallbackResult object, containing the client and client’s element IDs and server-processed contents. |
Remarks
Use the CalcCallbackResult method to pass information back to the browser instead of creating your own client-side and server-side logic for handling callbacks.
See Also