DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal propertyName As String _
    ) As Object
    public object Item( 
       string propertyName
    ) {get; set;}

    Parameters

    propertyName
    See Also