Skip to main content

TcxCustomDropDownEditProperties.PopupClientEdge Property

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

Declaration

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