TcxCustomLookupEditProperties.DropDownWidth Property
Specifies the width of an editor’s dropdown window.
Declaration
property DropDownWidth: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
Use the DropDownWidth property to specify the width of an editor’s dropdown window. The default property value means that the editor’s dropdown window width is equal to the editor’s Width property. If the DropDownAutoSize property value is True, the DropDownWidth property is ignored.
The default value of the DropDownWidth property is 0.
See Also