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

AutoCompleteBoxPropertiesBase.DataMember Property

Gets or sets a specific data member in a multimember data source to bind to the editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

The name of a data member from a multimember data source.

Remarks

The DataMember property specifies a multimember data source member to bind to the current editor. For instance, if a data source specified via the DataSourceID (or DataSource) property has more than one table, use the DataMember property to specify which table to bind to your editor.

See Also