Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / SyncRepresentationToDateTime Property

In This Topic
    SyncRepresentationToDateTime Property (C1Calendar)
    In This Topic
    Gets the Boolean value, determining whether control synchronizes it's representation according to the changes of System.DateTime property.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property SyncRepresentationToDateTime As Boolean
    protected virtual bool SyncRepresentationToDateTime {get;}
    Remarks
    Default implementation always returns true.
    See Also