'Declaration
Public Property DropDownMaxHeight As Nullable(Of Integer)
'Usage
Dim instance As GcComboBoxCellType Dim value As Nullable(Of Integer) instance.DropDownMaxHeight = value value = instance.DropDownMaxHeight
public Nullable<int> DropDownMaxHeight {get; set;}
Property Value
An System.Int32 value that indicates the maximum height of the drop-down window.The default is 150.