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

See Also