ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.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