Back to Devexpress

DataSource.AppointmentStatusMappings Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datasource-b343eb3a.md

latest2.7 KB
Original Source

DataSource.AppointmentStatusMappings Property

Gets an object that specifies how appointment status properties map to the data source fields.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public AppointmentStatusMappings AppointmentStatusMappings { get; set; }
vb
Public Property AppointmentStatusMappings As AppointmentStatusMappings

Property Value

TypeDescription
AppointmentStatusMappings

A AppointmentStatusMappings object that provides information on the mapping of the appointment status properties to the data fields.

|

Remarks

Use the DataSource.AppointmentStatusesSource property to specify a data source.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AppointmentStatusMappings property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-scheduler-implement-custom-appointment-labels-and-statuses/CS/CustomLabelsAndStatusesExample/MainWindow.xaml#L28

xml
</dxsch:DataSource.AppointmentLabelMappings>
<dxsch:DataSource.AppointmentStatusMappings>
    <dxsch:AppointmentStatusMappings

See Also

Mappings

How to: Create Custom Labels and Statuses

DataSource Class

DataSource Members

DevExpress.Xpf.Scheduling Namespace