Skip to main content
Tab

DropDownEditAdaptivitySettings.ShowInputInModalDropDown Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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:

Object Type Path to ShowInputInModalDropDown
ASPxDropDownEdit
.SettingsAdaptivity .ShowInputInModalDropDown
DropDownEditProperties
.SettingsAdaptivity .ShowInputInModalDropDown
See Also