Back to Devexpress

SchedulerHtmlCellDecorationEventArgs.CssClass Property

blazor-devexpress-dot-blazor-dot-schedulerhtmlcelldecorationeventargs-9e00f01e.md

latest1.4 KB
Original Source

SchedulerHtmlCellDecorationEventArgs.CssClass Property

Assigns a CSS class to the Scheduler cell.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string CssClass { get; set; }

Property Value

TypeDescription
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 additional information and an example.

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

See Also

SchedulerHtmlCellDecorationEventArgs Class

SchedulerHtmlCellDecorationEventArgs Members

DevExpress.Blazor Namespace