Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

SchedulerHtmlCellDecorationEventArgs Class

Contains data for the HtmlCellDecoration event.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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