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

TcxCustomPopupEditProperties.PopupSizeable Property

Specifies if users can resize the editor’s drop-down window.

#Declaration

Delphi
property PopupSizeable; default True;

#Property Value

Type Default Description
Boolean True

True if users can drag borders of the drop-down window with an embedded control; otherwise, False.

#Remarks

Users can drag drop-down window borders to resize the window with an embedded control. PopupMinWidth and PopupMinHeight property values define the minimum drop-down window dimensions.

You can set the PopupSizeable property to False to prevent users from resizing the editor’s drop-down window.

#Default Value

The PopupSizeable property’s default value is True.

See Also