SchedulerHtmlCellDecorationEventArgs.Resources Property
In This Article
Specifies resources associated with the Scheduler cell.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IEnumerable<DxSchedulerResourceItem> Resources { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Dx |
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