ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / IsEditable Property

In This Topic
    IsEditable Property (DataGridRow)
    In This Topic
    Gets a value indicating whether this row is editable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEditable As Boolean
    public bool IsEditable {get;}

    Property Value

    true if this row is editable; otherwise, false.
    See Also