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

RepositoryItemTokenEdit.PopupSizeable Property

Gets or sets whether this TokenEdit‘s drop-down list should display a size grip.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if this TokenEdit‘s drop-down list should display a size grip; otherwise, false.

Remarks

If the RepositoryItemTokenEdit.ShowDropDown property equals true, the editor will display a drop-down list that contains tokens that match the text currently typed by an end-user. Use the PopupSizeable property to specify whether an end-user will be able to resize this drop-down list via a size grip, displayed at the list’s bottom right corner.

The PopupSizeable setting is available in any drop-down list show mode (see the RepositoryItemTokenEdit.DropDownShowMode property).

See Also