Skip to main content
A newer version of this page is available.
All docs
V18.2

ILabelProductRepository.GetSortedProducts() Method

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

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also