ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1SplitButton Class / Items Property

In This Topic
    Items Property (C1SplitButton)
    In This Topic
    Gets the collection of DropDownItem components on this button.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As DropDownItemCollection
    public DropDownItemCollection Items {get;}
    See Also