ResourceCategory.Resources Property
In This Article
Provides access to a collection of resources in the category.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Property Value
Type | Description |
---|---|
IList<Resource> | A collection of resources that belong to the category. |
See Also