Skip to main content

DxSchedulerAppointmentStatusMappings.Caption Property

Maps a data source field to the status item’s Caption property.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Caption { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the status property.

Remarks

See the DxSchedulerAppointmentStatusMappings class description for more information.

See Also