Skip to main content
All docs
V26.1
  • SchedulerDateHeaderCellInfo.Resources Property

    Specifies resources associated with the date header cell.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.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 additional information and an example.

    See Also