ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / Items Property

In This Topic
    Items Property (C1MultiSelect)
    In This Topic
    Gets the collection of ComboBox items.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As MultiSelectItemsCollection
    public new MultiSelectItemsCollection Items {get;}
    See Also