DXErrorProvider.DataMember Property
Gets or sets a data source member monitored for errors.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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