Skip to main content
All docs
V25.1
  • ResourceCategory.Resources Property

    Provides access to a collection of resources in the category.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public IList<Resource> Resources { get; }

    Property Value

    Type Description
    IList<Resource>

    A collection of resources that belong to the category.

    See Also