FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupRow Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (GroupRow)
    In This Topic
    Gets or sets a value that indicates whether cells in this row or column can be edited.
    Syntax
    'Declaration
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also