A newer version of this page is available.
Switch to the current version.
ILabelProductRepository.GetSortedProducts() Method
If implemented, obtains a sorted collection of supported label products.
Namespace: DevExpress.XtraReports.Wizards.Labels
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
IEnumerable<LabelProduct> GetSortedProducts()
Function GetSortedProducts As IEnumerable(Of LabelProduct)
Returns
Type | Description |
---|---|
IEnumerable<LabelProduct> | A collection of LabelProduct objects. |
See Also
Feedback