Skip to main content

MappingExtension(String) Constructor

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

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public MappingExtension(
    string fieldName
)

Parameters

Name Type Description
fieldName String

The name of the source object’s property that the new object stores in the FieldName property.

See Also