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


In This Topic
    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