ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / MaxDropDownItemsProperty Field



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