Scheduler for WinRT
IsReadOnly Property (IntervalAppointmentPresenter)


Gets or sets a System.Boolean value that indicates whether the IntervalAppointmentPresenter is read-only to a user interacting with the control. This is a dependency property.
Syntax
'Declaration
 
Public Property IsReadOnly As Boolean
'Usage
 
Dim instance As IntervalAppointmentPresenter
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
public bool IsReadOnly {get; set;}
Remarks
This value only affects a user who is interacting with the control. The contents of the AppointmentWrapPanel can always be modified programmatically.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntervalAppointmentPresenter Class
IntervalAppointmentPresenter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.