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