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

In This Topic
    IsEditable Property (DataGridGroupWithSummaryRow)
    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