MappingExtension(String) Constructor
Initializes a new MappingExtension instance with the specified name of a source object’s property.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.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