[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcComboBox.AllowDropDownOpen

AllowDropDownOpen Property

AllowDropDownOpen

Gets or sets a value indicating whether allow to open drop down window or not. This is a dependency property.

Declaration
[Bindable(true)]
public bool AllowDropDownOpen { get; set; }
<Bindable(True)>
Public Property AllowDropDownOpen As Boolean
Property Value
Type Description
bool

true allows user to open drop down window; otherwise, false. The default is true.

Remarks

User can control whether to show the drop down window or not by using AllowDropDownOpen property.