SchedulerCallbackCommandEventArgs.Command Property
Gets or sets the object, representing the callback command.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
Declaration
public SchedulerCallbackCommand Command { get; set; }
Public Property Command As SchedulerCallbackCommand
Property Value
Type |
Description |
DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand |
A DevExpress.Web.ASPxScheduler.Internal.SchedulerCallbackCommand object.
|
See Also