Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
IEnumerable<LabelProduct>

A collection of LabelProduct objects.

See Also