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

SchedulerHtmlCellDecorationEventArgs.Resources Property

Specifies resources associated with the Scheduler cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IEnumerable<DxSchedulerResourceItem> Resources { get; set; }

Property Value

Type Description
IEnumerable<DxSchedulerResourceItem>

A collection of resource items.

Remarks

Handle the HtmlCellDecoration event to customize appearance of Scheduler cells. In the event handler, use the Resources property to get resources associated with the processed cell. Refer to the HtmlCellDecoration event description for more information and an example.

See Also