ComponentOne Basic Library for WPF and Silverlight
MaxDropDownItems Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : MaxDropDownItems Property
Obsolete. Use MaxDropDownHeight.
Syntax
'Declaration
 
<System.ObsoleteAttribute("Use MaxDropDownHeight")>
Public Property MaxDropDownItems As System.Integer
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Integer
 
instance.MaxDropDownItems = value
 
value = instance.MaxDropDownItems
[System.Obsolete("Use MaxDropDownHeight")]
public System.int MaxDropDownItems {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members