[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownInfo.AutoDropDown

AutoDropDown Property

AutoDropDown

Gets or sets a bool value that indicates whether the drop-down window is automatically shown when the control (which is droppable) gets focus.

Declaration
public bool AutoDropDown { get; set; }
Public Property AutoDropDown As Boolean
Property Value
Type Description
bool

A bool value, true if the drop-down window is automatically shown when the control gets focus, otherwise, false.
The default is false.

Remarks

The drop-down window is automatically shown when the AutoDropDown is true and the DropDown.AllowDrop is true.