Skip to main content

AppointmentMappings.Location Property

Gets or sets the data field to which an appointment’s AppointmentItem.Location property is bound.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Mapping Location { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.Mapping

A DevExpress.UI.Xaml.Scheduler.Mapping value that specifies the name of the bound data field.

See Also