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

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

    Property Value

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