Changing this property value from False to True compels the MethodCaller to perform a method or a constructor call. The default value is False. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool Call { get; set; }
Visual Basic (Declaration)
Public Property Call As Boolean
	Get
	Set

Remarks

This is a dependency property.

See Also