Skip to main content

DxSchedulerAppointmentLabelMappings.TextCssClass Property

Maps an AppointmentLabelsSource‘s data field to the label’s TextCssClass property.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping TextCssClass { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps a data field to the appointment property.

Remarks

Refer to the DxSchedulerAppointmentLabelMappings class description for more information.

See Also