Skip to main content

ResourceCategory.Resources Property

Provides access to a collection of resources in the category.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.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