[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.DropDown

DropDown Property

DropDown

Gets the settings for the drop-down function.

Declaration
public ComboDropDownInfo DropDown { get; }
Public ReadOnly Property DropDown As ComboDropDownInfo
Property Value
Type Description
ComboDropDownInfo

A ComboDropDownInfo instance that indicates the settings for the drop-down function.

Remarks

The drop-down behavior and the window appearance can be customized by setting this DropDown property. The settings specify whether to display the drop-down, whether to allow resizing, the direction of the drop-down window, the shadow of the drop-down window, and the animations when opening and closing.

See Also
DropDownMaxHeight