ComponentOne FinancialChart for WPF
MaxDropDownItems Property



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

Reference

C1ComboBox Class
C1ComboBox Members