Skip to main content

SchedulerHtmlCellDecorationEventArgs(SchedulerCellType, DxSchedulerDateTimeRangeCollection, IEnumerable<DxSchedulerResourceItem>) Constructor

Initializes a new instance of the SchedulerHtmlCellDecorationEventArgs class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public SchedulerHtmlCellDecorationEventArgs(
    SchedulerCellType type,
    DxSchedulerDateTimeRangeCollection intervals,
    IEnumerable<DxSchedulerResourceItem> resources
)

Parameters

Name Type Description
type SchedulerCellType

The cell type.

intervals DxSchedulerDateTimeRangeCollection

Intervals to which the cell belongs.

resources IEnumerable<DxSchedulerResourceItem>

Resources associated with the cell.

See Also