Xceed DataGrid for WPF v7.2 Documentation
IsBeingEdited Property (RowSelector)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > RowSelector Class : IsBeingEdited Property
Gets or sets a value indicating whether the row selector's associated data item is being edited.
Syntax
'Declaration
 
Public ReadOnly Property IsBeingEdited As Boolean
'Usage
 
Dim instance As RowSelector
Dim value As Boolean
 
value = instance.IsBeingEdited
public bool IsBeingEdited {get;}

Property Value

true if the associated data item is being edited; false otherwise.
Requirements

See Also

Reference

RowSelector Class
RowSelector Members