ResourceItemsValidationEventArgs.ResourceItems Property
Provides access to the resource items available in the report.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
IList<ResourceItem> | A IList<T><ResourceItem,> object containing resource items for the report. |
See Also