Skip to main content

BootstrapComboBox.TextField Property

Gets or sets the data source field that provides display texts for the editor’s items.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
[Themeable(false)]
public string TextField { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the name of the data source field from which the editor obtains item texts.

Remarks

This property is a wrapper of the ListEditProperties.TextField property. refer to its description for more information.

Note

This property is not in effect if the editor is used in multi-field mode.

See Also