Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / MaxDropDownItemsProperty Field

In This Topic
    MaxDropDownItemsProperty Field (C1ComboBox)
    In This Topic
    Identifies the MaxDropDownItems dependency property.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use MaxDropDownHeight")>
    Public Shared ReadOnly MaxDropDownItemsProperty As DependencyProperty
    [Obsolete("Use MaxDropDownHeight")]
    public static readonly DependencyProperty MaxDropDownItemsProperty
    See Also