'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;}
'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;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The maximum number is less than one or greater than 100. |