ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRow Class / RowState Property

In This Topic
    RowState Property
    In This Topic
    Gets the state of a view row with regard to edit, add and delete operations if they are performed directly on the view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowState As ViewRowState
    public ViewRowState RowState {get;}
    See Also