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

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