ASPxTokenBox.ShowDropDownOnFocus Property
Specifies the drop-down window visibility when the editor gets focus.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ShowDropDownOnFocusMode.Always)]
public ShowDropDownOnFocusMode ShowDropDownOnFocus { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Show |
Always | One of the Show |
Available values:
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 Auto |
#Remarks
Note
This property is a wrapper of the ASPx
property.