Skip to main content
All docs
V24.1

DxSchedulerResourceIdCollection Class

A collection of resource identifiers.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public class DxSchedulerResourceIdCollection :
    NotificationCollection<object>

The following members return DxSchedulerResourceIdCollection objects:

Remarks

Refer to Multiple Resources for more information and an example.

Implements

DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler

Inheritance

See Also