Mapping.FieldName Property
In This Article
Gets or sets the name of a source object’s property that is mapped to a scheduler item’s property.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public string FieldName { get; set; }
#Property Value
Type | Description |
---|---|
String | The name of a source object’s property that is mapped to a scheduler item’s property. |
See Also