FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / IsDropDownEnabled Property

In This Topic
    IsDropDownEnabled Property
    In This Topic
    Gets or sets whether the user should be allowed to open the drop-down portion of the control.
    Syntax
    'Declaration
     
    Public Property IsDropDownEnabled As Boolean
    public bool IsDropDownEnabled {get; set;}
    See Also