Back to Devexpress

SchedulerItemBaseMappings.QueryStart Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-scheduleritembasemappings-2b4843d3.md

latest1.8 KB
Original Source

SchedulerItemBaseMappings.QueryStart Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Mapping QueryStart { get; set; }
vb
Public Property QueryStart As Mapping

Property Value

TypeDescription
Mapping

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

|

Remarks

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

SchedulerItemBaseMappings Class

SchedulerItemBaseMappings Members

DevExpress.Xpf.Scheduling Namespace