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

NuGet Package: DevExpress.Web

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 Controls and MVC Extensions ASPxDropDownEdit
.SettingsAdaptivity .ShowInputInModalDropDown
DropDownEditProperties
.SettingsAdaptivity .ShowInputInModalDropDown
ASP.NET Bootstrap Controls BootstrapDropDownEdit
.SettingsAdaptivity .ShowInputInModalDropDown
BootstrapDropDownEditProperties
.SettingsAdaptivity .ShowInputInModalDropDown
ASP.NET MVC Extensions MVCxColumnDropDownEditProperties
.SettingsAdaptivity .ShowInputInModalDropDown
MVCxDropDownEdit
.SettingsAdaptivity .ShowInputInModalDropDown
MVCxDropDownEditProperties
.SettingsAdaptivity .ShowInputInModalDropDown
See Also