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.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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