Click or drag to resize
KaxSchedulerProviderContext Property
Gets the current provider context. The context object contains additional information about the currently performed operation, that can be used to improve and optimize provider implementations.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Object ProviderContext { get; }

Property Value

Type: Object
The current provider context. The context object can be of type UpdateAppointmentContext or CreateRecurrenceExceptionContext.
See Also