Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / RowSelector Class / IsBeingEdited Property


IsBeingEdited Property (RowSelector)
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

Property Value

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

See Also