Back to Devexpress

ASPxTokenBox.ShowDropDownOnFocus Property

aspnet-devexpress-dot-web-dot-aspxtokenbox.md

latest2.1 KB
Original Source

ASPxTokenBox.ShowDropDownOnFocus Property

Specifies the drop-down window visibility when the editor gets focus.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(ShowDropDownOnFocusMode.Always)]
public ShowDropDownOnFocusMode ShowDropDownOnFocus { get; set; }
vb
<DefaultValue(ShowDropDownOnFocusMode.Always)>
Public Property ShowDropDownOnFocus As ShowDropDownOnFocusMode

Property Value

TypeDefaultDescription
ShowDropDownOnFocusModeAlways

One of the ShowDropDownOnFocusMode enumeration values.

|

Available values:

NameDescription
Always

The dropdown window is always displayed when the editor is focused.

| | Never |

The dropdown window is not displayed when the editor gets focus.

| | Auto |

Obsolete. If the incremental filtering mode is disabled (the AutoCompleteBoxPropertiesBase.IncrementalFilteringMode property is set to None ), the dropdown window is displayed when the editor gets focus. Otherwise, the dropdown window is displayed when an end-user starts typing in the editor.

|

Remarks

Note

This property is a wrapper of the ASPxTokenBox.ShowDropDownOnFocus property.

See Also

Online Demo: Token Box - Features

ASPxTokenBox Class

ASPxTokenBox Members

DevExpress.Web Namespace