Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
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