[]
Gets or sets the maximum item count of the drop-down list per page.
public int MaxDropDownItems { get; set; }
Public Property MaxDropDownItems As Integer
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.MaxDropDownItems = 5;
int maxDropDownItems = cellType.MaxDropDownItems;