TcxCustomDropDownEditProperties.PopupDirection Property
In This Article
Specifies if the drop-down window expands horizontally or vertically.
#Declaration
Delphi
property PopupDirection: TcxPopupDirection read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The drop-down window display direction. |
#Remarks
You can set the PopupDirection
property to pdHorizontal and use the PopupHorzAlignment property to display the drop-down window to the left or right of the editor.
Refer to the TcxPopupDirection type description for detailed information on all available options.
#Default Value
The PopupDirection
property’s default value is pdVertical.
See Also