Skip to main content

Mapping(String) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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