Specifies the size of the component’s drop-down window.
Declaration
componentPropObj.DropDownWidth
Read-Write Property | Integer |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxComboBoxProperties, TcxMRUEditProperties
Description
Use the DropDownWidth
property to specify the width (in pixels) of the component’s drop-down window.
Property Value
An integer value specifying the drop-down window’s width.
Remarks
The DropDownWidth
value is ignored, if the DropDownAutoWidth
property is True.
If DropDownWidth
is 0, the width of the drop-down window coincides with the component’s width.