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

ResourceItemsValidationEventArgs(IList<ResourceItem>) Constructor

Initializes a new instance of the ResourceItemsValidationEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ResourceItemsValidationEventArgs(
    IList<ResourceItem> resourceItems
)

Parameters

Name Type Description
resourceItems IList<ResourceItem>

A list of ResourceItem objects.

See Also