Skip to main content
A newer version of this page is available. .

SelectLabelTypePage.AvailableProducts Property

Specifies label products available in the Label Products drop-down list.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual IEnumerable<LabelProduct> AvailableProducts { get; protected set; }

Property Value

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also