Back to Devexpress

SchedulerHtmlCellDecorationEventArgs.Style Property

blazor-devexpress-dot-blazor-dot-schedulerhtmlcelldecorationeventargs.md

latest1.7 KB
Original Source

SchedulerHtmlCellDecorationEventArgs.Style Property

SECURITY-RELATED CONSIDERATIONS

The style-src: unsafe-inline CSP directive is not compatible with the Style event argument. Consider using the CssClass event argument as a safer alternative. Refer to the following help topic for additional information:

Content Security Policy (CSP).

Specifies the name of an HTML style attribute applied to the cell.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string Style { get; set; }

Property Value

TypeDescription
String

The name of an HTML style attribute.

|

Remarks

Handle the HtmlCellDecoration event to customize appearance of Scheduler cells. In the event handler, use the Style property to apply an HTML style attribute to the processed cell. Refer to the HtmlCellDecoration event description for additional information and an example.

See Also

SchedulerHtmlCellDecorationEventArgs Class

SchedulerHtmlCellDecorationEventArgs Members

DevExpress.Blazor Namespace