InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.InputPanel Namespace / C1InputNumericBox Class / IsReadOnly Property

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