Skip to main content

DxSchedulerAppointmentMappings.QueryStart Property

Maps information that specifies the normalized appointment start values.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping QueryStart { get; set; }

Property Value

Type Description
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