Skip to main content
All docs
V19.2
Tab

ASPxEditBase.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.v19.2.dll

Declaration

public override string DataMember { get; set; }

Property Value

Type Description
String

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

Remarks

The ASPxEditBase class introduces the DataMember property to prevent it from appearing in Microsoft Visual Studio designer tools for all descendant editors. Note that some classes which require the functionality provided by this property may override it for their own needs.

See Also