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

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

    Property Value

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