Mapping(String) Constructor
Initializes a new instance of the Mapping class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Mapping(
string fieldName
)
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | The data object’s property name that provides a value for a scheduler object’s property. |
See Also