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

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