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

XDocumentLabelProductRepository.GetSortedProducts() Method

Obtains a sorted collection of the supported label products.

Namespace: DevExpress.Data.XtraReports.Labels

Assembly: DevExpress.Data.v18.2.dll

Declaration

public IEnumerable<LabelProduct> GetSortedProducts()

Returns

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

Implements

See Also