Skip to main content

Mapping.FieldName Property

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

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