Skip to main content

SchedulerHtmlCellDecorationEventArgs.CssClass Property

Assign a CSS class to the Scheduler cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public string CssClass { get; set; }

Property Value

Type Description
String

CSS class names delimited by spaces.

Remarks

Handle the HtmlCellDecoration event to customize appearance of Scheduler cells. In the event handler, use the CssClass property to apply a CSS class to the processed cell. Refer to the HtmlCellDecoration event description for more information and an example.

For more information on how to apply CSS classes to DevExpress Blazor components, refer to the following help topic: CSS Classes.

See Also