Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / CheckComboBox Class / MaxDropDownHeight Property


MaxDropDownHeight Property (CheckComboBox)
Gets or sets a value representing the maximum dropdown height.
Syntax
'Declaration
 
Public Property MaxDropDownHeight As Double
 
'Usage
 
Dim instance As CheckComboBox
Dim value As Double
 
instance.MaxDropDownHeight = value
 
value = instance.MaxDropDownHeight

Property Value

A value representing the maximum dropdown height.
Requirements

See Also