ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / C1DataFilter Class / Items Property

In This Topic
    Items Property (C1DataFilter)
    In This Topic
    Gets the collection used to get the C1.WPF.Accordion.C1Expander item containers.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As IReadOnlyList(Of C1Expander)
    public new IReadOnlyList<C1Expander> Items {get;}
    See Also