ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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