Gets the command parameter of the client-side .commandCallBack() call.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public string Command { get; }
Visual Basic
Public ReadOnly Property Command As String
	Get
Visual C++
public:
property String^ Command {
	String^ get ();
}

See Also