Gets the Boolean value, determining whether control synchronizes it's representation according to the changes of DateTime property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected virtual bool SyncRepresentationToDateTime { get; }
Visual Basic
Protected Overridable ReadOnly Property SyncRepresentationToDateTime As Boolean
	Get

Remarks

Default implementation always returns true.

See Also