ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCol Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (RowCol)
    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