ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / Properties Property

In This Topic
    Properties Property
    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