[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateEraField.DroppedDown

DroppedDown Property

DroppedDown

Gets or sets a bool value indicates whether the dropdown window is showing.

Declaration
[Browsable(false)]
public bool DroppedDown { get; set; }
<Browsable(False)>
Public Property DroppedDown As Boolean
Property Value
Type Description
bool

A bool value, true indicates the dropdown window is showing, otherwise, false.
The default is false.

Remarks

The property determines to dropped down the drop-down window or not.