[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.MaxDropDownItems

MaxDropDownItems Property

MaxDropDownItems

Gets or sets the maximum number of items to be shown in the drop-down portion of GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.

Declaration
public int MaxDropDownItems { get; set; }
Public Property MaxDropDownItems As Integer
Property Value
Type Description
int

The maximum number of items in the drop-down portion. The minimum for this property is 1 and the maximum is 100.

Exceptions
Type Condition
ArgumentOutOfRangeException

The maximum number is less than one or greater than 100.