Skip to main content

DXErrorProvider.DataMember Property

Gets or sets a data source member monitored for errors.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
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