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

In This Topic
    Components Property (Component)
    In This Topic
    Gets the child components.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public ReadOnly Property Components As IList(Of Component)
    [Ignore()]
    public IList<Component> Components {get;}
    See Also