Changes the value from False to True and back to False when a user changes a selected day in the calendar. This is a dependency property.

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

Syntax

C#
public bool IsUserChangedDay { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsUserChangedDay As Boolean
	Get

Remarks

This property is intended for a usage in XAML as a trigger condition.

This is a dependency property.

See Also