Skip to main content

TcxCustomDropDownEditProperties.PopupSysPanelStyle Property

Specifies whether to display the system panel at the bottom of the popup window.

Declaration

property PopupSysPanelStyle: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display the system panel at the bottom of the popup window. The system panel allows end-users to resize the popup window and close it by clicking the ‘X’ button. Otherwise, end-users can only move focus to another control to close the popup window.

To close the popup window programmatically, use the DroppedDown property.

The default value of the PopupSysPanelStyle property is False.

See Also