IsReadOnly Property (AppointmentWrapPanel)
In This Topic
Gets or sets a
System.Boolean value that indicates whether the
AppointmentWrapPanel is read-only to a user interacting with the control. This is a dependency property.
Syntax
'Declaration
Public Property IsReadOnly As Boolean
public bool IsReadOnly {get; set;}
See Also