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

ShowDropDownOnFocusMode Enum

Lists values that specify drop down window visibility when the editor gets focus.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum ShowDropDownOnFocusMode

Members

Name Description
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.

Related API Members

The following properties accept/return ShowDropDownOnFocusMode values:

Remarks

The values listed by this enumeration are used to set the ASPxTokenBox.ShowDropDownOnFocus property’s value.

See Also