Gets or sets the ActionTypeEnum value determining the type of action that will occur. Default value is ActionTypeEnum.ExecuteApplication.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public ActionTypeEnum Type { get; set; }
Visual Basic
Public Property Type As ActionTypeEnum
	Get
	Set

See Also