Skip to main content
A newer version of this page is available. .

ResourceItemsValidationEventArgs.ResourceItems Property

Provides access to the resource items available in the report.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public IList<ResourceItem> ResourceItems { get; }

Property Value

Type Description
IList<ResourceItem>

A IList<T><ResourceItem,> object containing resource items for the report.

See Also