Skip to main content

AppointmentMappings.Type Property

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public Mapping Type { get; set; }

Property Value

Type Description
Mapping

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

See Also