[]
Gets or sets the maximum number of items to be shown in the drop-down portion of GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.
public int MaxDropDownItems { get; set; }
Public Property MaxDropDownItems As Integer
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. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The maximum number is less than one or greater than 100. |