ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (C1DateTimePicker)
    In This Topic
    Gets or sets the value that determines if the C1DateTimePicker is read-only.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also