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

In This Topic
    IsEditing Property (DataGridRow)
    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