Skip to main content

SchedulerHtmlCellDecorationEventArgs.CssClass Property

Specifies the name of a CSS class applied to the Scheduler cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string CssClass { get; set; }

Property Value

Type Description
String

The CSS class name.

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.

See Also