Skip to main content

ILabelProductRepository.GetSortedProducts() Method

If implemented, obtains a sorted collection of supported label products.

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also