Back to Devexpress

RepositoryItemTokenEdit.PopupSizeable Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtokenedit-c95cd8b3.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool PopupSizeable { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property PopupSizeable As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

ShowDropDown

DropDownShowMode

Token Edit Control

RepositoryItemTokenEdit Class

RepositoryItemTokenEdit Members

DevExpress.XtraEditors.Repository Namespace