SchedulerHtmlCellDecorationEventArgs(SchedulerCellType, DxSchedulerDateTimeRangeCollection, IEnumerable<DxSchedulerResourceItem>) Constructor
In This Article
Initializes a new instance of the SchedulerHtmlCellDecorationEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerHtmlCellDecorationEventArgs(
SchedulerCellType type,
DxSchedulerDateTimeRangeCollection intervals,
IEnumerable<DxSchedulerResourceItem> resources
)
#Parameters
Name | Type | Description |
---|---|---|
type | Scheduler |
The cell type. |
intervals | Dx |
Intervals to which the cell belongs. |
resources | IEnumerable<Dx |
Resources associated with the cell. |
See Also