Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / IsReadOnly Property

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