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.v26.1.dll

Declaration

IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also