Back to Devexpress

DxSchedulerAppointmentMappings.QueryStart Property

blazor-devexpress-dot-blazor-dot-dxschedulerappointmentmappings-f61fc2c6.md

latest1.4 KB
Original Source

DxSchedulerAppointmentMappings.QueryStart Property

Maps information that specifies the normalized appointment start values.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public DxSchedulerMapping QueryStart { get; set; }

Property Value

TypeDescription
DxSchedulerMapping

Maps the data field to the QueryStart 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