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

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

    Property Value

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