Skip to main content
A newer version of this page is available. .

DxSchedulerAppointmentMappings.QueryStart Property

Gets the normalized appointment end value which is recommended for use in interval-based queries.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping QueryStart { get; set; }

Property Value

Type Description
DxSchedulerMapping

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