Skip to main content
All docs
V19.2

ILabelProductRepository.GetSortedProducts() Method

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

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v19.2.dll

Declaration

IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also