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

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.v24.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