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

MappingBase.Member Property

Gets or sets the name of the member in a datasource which should be mapped to the specific property.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public virtual string Member { get; set; }

Property Value

Type Description
String

A String value which represents the data member to be mapped.

Remarks

This property should be overridden in descendants of the MappingBase class.

See Also