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

SchedulerItemBaseMappings.QueryEnd Property

Specifies the mapping that binds the appointment’s SchedulerItemBase.QueryEnd property to the data source field.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public Mapping QueryEnd { get; set; }

Property Value

Type Description
Mapping

A DevExpress.Xpf.Scheduling.Mapping object that specifies the bound data field and converter.

Remarks

Use the QueryEnd property to bind the appointment’s SchedulerItemBase.QueryEnd property to a data field. The data field is obtained from the data source specified by the DataSource.AppointmentsSourceProperty property.

Tip

Use the Mapping.Converter property to register a value converter for a custom storing format.

See Also