Skip to main content
A newer version of this page is available. .

SchedulerHtmlCellDecorationEventArgs Class

Contains data for the HtmlCellDecoration event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class SchedulerHtmlCellDecorationEventArgs :
    EventArgs

Remarks

Handle the HtmlCellDecoration event to customize the appearance of Scheduler cells. Refer to the event description for more information and an example.

Inheritance

Object
EventArgs
SchedulerHtmlCellDecorationEventArgs
See Also