DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Properties Property

In This Topic
    Properties Property (ViewRowCollection)
    In This Topic
    Returns the collection of properties available in the view element type to programmatic access through ViewRow and to data binding.
    Syntax
    'Declaration
     
    Public ReadOnly Property Properties As ViewRowPropertyInfo()
    public ViewRowPropertyInfo[] Properties {get;}
    See Also