Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

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