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

SchedulerDateHeaderCellInfo.Resources Property

Specifies resources associated with the date header cell.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public IEnumerable<DxSchedulerResourceItem> Resources { get; }

Property Value

Type Description
IEnumerable<DxSchedulerResourceItem>

A collection of resource items.

Remarks

Refer to the SchedulerDateHeaderCellInfo class description for more information and an example.

See Also