Menu item command (see Command property).

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

Syntax

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