Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / AppointmentWrapPanel Class / IsReadOnly Property

In This Topic
    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;}
    Remarks
    This value only affects a user who is interacting with the control. The contents of the AppointmentWrapPanel can always be modified programmatically.
    See Also