MappingExtension(String) Constructor
In This Article
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
C#
public MappingExtension(
string fieldName
)
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The name of the source object’s property that the new object stores in the Field |
See Also