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

ILabelProductRepository.GetSortedProducts() Method

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

Namespace: DevExpress.XtraReports.Wizards.Labels

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also