Skip to main content

DxSchedulerAppointmentLabelItem.TextCssClass Property

Specifies the CSS class for the appointment’s text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string TextCssClass { get; set; }

Property Value

Type Description
String

A CSS class’s name.

Remarks

Refer to the DxSchedulerAppointmentLabelItem class description for more information.

See Also