Back to Devexpress

ResourceCategory.Resources Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcecategory.md

latest1.2 KB
Original Source

ResourceCategory.Resources Property

Provides access to a collection of resources in the category.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public IList<Resource> Resources { get; }
vb
Public ReadOnly Property Resources As IList(Of Resource)

Property Value

TypeDescription
IList<Resource>

A collection of resources that belong to the category.

|

See Also

ResourceCategory Class

ResourceCategory Members

DevExpress.XtraScheduler Namespace