Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 Integer
    public virtual int MaxDropDownItems {get; set;}
    See Also