ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / Components Property






In This Topic
    Components Property
    In This Topic
    Gets the child components.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public ReadOnly Property Components As System.Collections.Generic.IList(Of Component)
    'Usage
     
    
    Dim instance As Component
    Dim value As System.Collections.Generic.IList(Of Component)
     
    value = instance.Components
    [Ignore()]
    public System.Collections.Generic.IList<Component> Components {get;}
    public read-only property Components: System.Collections.Generic.IList; 
    IgnoreAttribute()
    public function get Components : System.Collections.Generic.IList
    [Ignore()]
    public: __property System.Collections.Generic.IList<Component*>* get_Components();
    [Ignore()]
    public:
    property System.Collections.Generic.IList<Component^>^ Components {
       System.Collections.Generic.IList<Component^>^ get();
    }
    See Also