IsBeingEdited Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : IsBeingEdited Property

Gets a value indicating whether the cell is being edited.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsBeingEdited As Boolean
C# 
public bool IsBeingEdited {get;}

Return Value

true if the cell is being edited; false otherwise. By default, false.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also