DxSchedulerAppointmentMappings.QueryEnd Property
Maps information that specifies the normalized appointment end values.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerMapping QueryEnd { get; set; }
Property Value
| Type | Description |
|---|---|
| DxSchedulerMapping | Maps the data field to the QueryEnd appointment property. |
Remarks
Use the QueryStart and QueryEnd properties to query the appointment data source. The Start and End properties are not recommended because they do not use the correct time interval pattern for querying the appointment data source.
Refer to the DxSchedulerAppointmentMappings class description for an example.
See Also