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

DropDownEditAdaptivitySettings.ShowInputInModalDropDown Property

Specifies whether the ASPxDropDownEdit displays the input editor in the drop-down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowInputInModalDropDown { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the input editor in the drop-down window; otherwise, false .

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowInputInModalDropDown
ASP.NET Bootstrap Controls BootstrapDropDownEdit
.SettingsAdaptivity.ShowInputInModalDropDown
BootstrapDropDownEditProperties
.SettingsAdaptivity.ShowInputInModalDropDown
ASP.NET Web Forms Controls ASPxDropDownEdit
.SettingsAdaptivity.ShowInputInModalDropDown
DropDownEditProperties
.SettingsAdaptivity.ShowInputInModalDropDown
MVCxColumnDropDownEditProperties
.SettingsAdaptivity.ShowInputInModalDropDown
MVCxDropDownEdit
.SettingsAdaptivity.ShowInputInModalDropDown
MVCxDropDownEditProperties
.SettingsAdaptivity.ShowInputInModalDropDown
See Also