DataSource for Entity Framework in WPF
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 Object
    public object Value {get;}
    See Also