SchedulerHtmlCellDecorationEventArgs Class
Contains data for the HtmlCellDecoration event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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.
See Also