Skip to main content

SchedulerCustomFieldMapping(String, String) Constructor

In This Article

Initializes a new instance of the SchedulerCustomFieldMapping class with the specified name and member.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public SchedulerCustomFieldMapping(
    string name,
    string member
)

#Parameters

Name Type Description
name String

A String value that specifies the name of the custom field. This value is assigned to the SchedulerCustomFieldMapping.Name property.

member String

A String value that specifies the member value of the custom field mapping. This value is assigned to the SchedulerCustomFieldMapping.Member property.

See Also