Back to Devexpress

DxSchedulerAppointmentMappings.QueryEnd Property

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentmappings-c989e76e.md

latest1.4 KB
Original Source

DxSchedulerAppointmentMappings.QueryEnd Property

Maps information that specifies the normalized appointment end values.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerMapping QueryEnd { get; set; }

Property Value

TypeDescription
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

DxSchedulerAppointmentMappings Class

DxSchedulerAppointmentMappings Members

DevExpress.Blazor Namespace