Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / MaxDropDownItems Property


In This Topic
    MaxDropDownItems Property
    In This Topic
    Gets or sets the maximum drop-down items. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MaxDropDownItems As Integer
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.MaxDropDownItems = value
     
    value = instance.MaxDropDownItems
    public int MaxDropDownItems {get; set;}

    Property Value

    The maximum drop-down items count. The default is 8.
    See Also