Skip to main content
A newer version of this page is available. .

MappingExtension.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

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