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

DropDownEditBaseAdaptivitySettings.ModalDropDownCaption Property

Specifies the drop-down editor’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string ModalDropDownCaption { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the drop-down editor’s caption.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ModalDropDownCaption
ASP.NET Bootstrap Controls BootstrapTagBox
.SettingsAdaptivity .ModalDropDownCaption
BootstrapTagBoxProperties
.SettingsAdaptivity .ModalDropDownCaption
ASP.NET Web Forms Controls ASPxDropDownEditBase
.SettingsAdaptivity .ModalDropDownCaption
DropDownEditPropertiesBase
.SettingsAdaptivity .ModalDropDownCaption

Remarks

Note

The ModalDropDownCaption proerty is in effect if the dropdown editor is in modal mode.

Online Demo

Modal DropDowns

See Also