Skip to main content
A newer version of this page is available. .

RepositoryItemPopupBaseAutoSearchEdit.PopupSizeable Property

Gets or sets a value indicating whether the dropdown window is sizeable.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public virtual bool PopupSizeable { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the dropdown is sizeable; otherwise, false.

Remarks

The PopupSizeable property controls whether an end-user can resize the dropdown window by dragging its bottom right corner. If this property is set to false, resizing is not allowed and the dropdown window has a fixed size.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PopupSizeable property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also