ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / IsReadOnly Property

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