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


In This Topic
    DropDownWidth Property
    In This Topic
    Gets or sets the width of the dropdown window. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DropDownWidth As Double
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Double
     
    instance.DropDownWidth = value
     
    value = instance.DropDownWidth
    public double DropDownWidth {get; set;}

    Property Value

    The width of the dropdown window in pixels. The default is System.Double.NaNDouble.NaN, which means that the dropdown window's width will same as control's width.
    See Also