ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / ComboBoxEditor Class / Items Property

In This Topic
    Items Property
    In This Topic
    Gets the collection of items in the currently active ComboBox editor.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As IList
    public IList Items {get;}
    Remarks
    If there's no active editor, or if the editor is not a ComboBox, the value returned is null.
    See Also