Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarItem Class / SyncRepresentationToDateTime Property

In This Topic
    SyncRepresentationToDateTime Property (C1CalendarItem)
    In This Topic
    Gets the System.Boolean value, determining whether control synchronizes it's representation according to the changes of System.DateTime property.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property SyncRepresentationToDateTime As Boolean
    protected override bool SyncRepresentationToDateTime {get;}
    Remarks
    The return value is false.
    See Also