ILabelProductRepository.GetSortedProducts() Method
If implemented, obtains a sorted collection of supported label products.
Namespace: DevExpress.XtraReports.Wizards.Labels
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
IEnumerable<LabelProduct> | A collection of LabelProduct objects. |
See Also