Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDropDownEditProperties.PopupDirection Property

Specifies if the drop-down window expands horizontally or vertically.

#Declaration

Delphi
property PopupDirection: TcxPopupDirection read; write;

#Property Value

Type Description
TcxPopupDirection

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