Skip to main content

SchedulerCustomFieldMapping.Member Property

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public string Member { get; set; }

#Property Value

Type Description
String

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

#Remarks

Use the SchedulerCustomFieldMapping.Name property to specify the name of the custom property which will be mapped to the specific data field, and the Member property to specify the data member which identifies the specific data field for a custom mapping.

#Examples

This example demonstrates how to add a custom field mapping for a non-standard appointment field via the CustomFieldMappings property of the AppointmentStorage object.

See Also