ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1List Namespace / C1ListExtender Class / ListItems Property

In This Topic
    ListItems Property
    In This Topic
    An array that specifies the listItem collections of wijlist.
    Syntax
    'Declaration
     
    Public ReadOnly Property ListItems As System.Collections.Generic.List(Of ListItem)
    public System.Collections.Generic.List<ListItem> ListItems {get;}
    See Also