Skip to main content

SchedulerCustomFieldMapping.Name Property

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

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public string Name { get; set; }

#Property Value

Type Description
String

A String value which specifies the property name to be mapped.

#Remarks

Use the Name property to specify the name of the custom property which will be mapped to the specific data field, and the SchedulerCustomFieldMapping.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