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

In This Topic
    Value Property (ViewRow)
    In This Topic
    Gets the view element (item) represented by this ViewRow object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As System.Object
    public System.object Value {get;}
    See Also