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

DXErrorProvider.DataMember Property

Gets or sets a data source member monitored for errors.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Default Description
String *null*

A string value representing the data source member.

Remarks

This property is used when the DXErrorProvider.DataSource property refers to a dataset containing several data tables. In this instance, the DataMember property must specify the desired table’s name.

See the DXErrorProvider.DataSource topic for more information.

See Also