ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonSplitButton Class / MaxDropDownItems Property

In This Topic
    MaxDropDownItems Property (RibbonSplitButton)
    In This Topic
    Gets or sets the maximum number of items to display in the drop-down list.
    Syntax
    'Declaration
     
    Public Overridable Property MaxDropDownItems As System.Integer
    public virtual System.int MaxDropDownItems {get; set;}
    See Also