Skip to main content
All docs
V19.1

AppointmentMappings.QueryStart Property

Specifies the mapping that binds the appointment’s AppointmentItem.QueryStart property to the data source field.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public Mapping QueryStart { get; set; }

Property Value

Type Description
Mapping

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

Remarks

Use the QueryStart property to bind the appointment’s AppointmentItem.QueryStart 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