<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.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