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

Mapping(String) Constructor

Initializes a new instance of the Mapping class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public Mapping(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that is the target data field name.

See Also