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.v24.2.dll
Declaration
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