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.PopupClientEdge Property

Specifies whether to display the inner border within the popup window.

#Declaration

Delphi
property PopupClientEdge: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set PopupClientEdge to True to display the client border within the popup window. The client border is displayed along with the popup outer border determined by the Style.PopupBorderStyle property. If the PopupClientEdge property is set to False, only the outer border is drawn.

The next two images display the TcxPopupEdit control containing the TMemo control. The PopupClientEdge property is set to False and True respectively. Other properties are set as follows:

The default value of the PopupClientEdge property is False.

See Also