Skip to main content

TcxCustomComboBoxProperties.DropDownWidth Property

Specifies drop-down window width in pixels.

Declaration

property DropDownWidth: Integer read; write; default 0;

Property Value

Type Default Description
Integer 0

The drop-down window width in pixels.

Remarks

Use the DropDownWidth property to explicitly specify drop-down window width when the DropDownAutoWidth property is set to False.

Default Value

The DropDownWidth property’s default value is 0.

The default DropDownWidth property value indicates that the editor calculates drop-down width automatically.

See Also