Xceed Toolkit Plus for WPF v4.6 Documentation
MaxDropDownHeight Property (CheckComboBox)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > CheckComboBox Class : MaxDropDownHeight Property
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
public double MaxDropDownHeight {get; set;}

Property Value

A value representing the maximum dropdown height.
Requirements

See Also

Reference

CheckComboBox Class
CheckComboBox Members