Skip to main content

DxSchedulerAppointmentMappings.TimeZoneId Property

Maps information about an appointment time zone ID.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping TimeZoneId { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the TimeZoneId appointment property.

Remarks

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also