FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (GridControlPanel)
    In This Topic
    Gets or sets whether the cells show the editor.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also