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