SchedulerItemBaseMappings.QueryEnd Property
In This Article
Specifies the mapping that binds the appointment’s SchedulerItemBase.QueryEnd property to the data source field.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
#Property Value
Type | Description |
---|---|
Mapping | A DevExpress. |
#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.
See Also