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