MaxDropDownItems Property (GcComboBoxCellType)
In This Topic
Gets or sets the maximum number of items to be shown in the drop-down portion of GcComboBox.
Syntax
'Declaration
Public Property MaxDropDownItems As Integer
'Usage
Dim instance As GcComboBoxCellType
Dim value As Integer
instance.MaxDropDownItems = value
value = instance.MaxDropDownItems
public int MaxDropDownItems {get; set;}
Property Value
The maximum number of items in the drop-down portion. The minimum for this property is 1 and the maximum is 100.
Exceptions
See Also