Skip to main content
All docs
V25.2
  • ResourceCategory(IEnumerable<Resource>) Constructor

    Initializes a new instance of the ResourceCategory class with specified settings.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.2.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public ResourceCategory(
        IEnumerable<Resource> resources
    )

    Parameters

    Name Type Description
    resources IEnumerable<Resource>

    A collection of resources that belong to the category.

    See Also