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

ListEditProperties.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.v18.2.dll

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 ASPxListEdit.DataSourceID (or ListEditProperties.DataSource) property has more than one table, use the DataMember property to specify which table to bind to your editor.

Note

The DataMember property synchronizes its value with the editor’s ASPxEditBase.DataMember property.

See Also