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

SelectLabelTypePage.AvailableLabelDetails Property

Specifies label product settings available in the Product Number drop-down list.

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

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

Declaration

public virtual IEnumerable<LabelDetails> AvailableLabelDetails { get; protected set; }

Property Value

Type Description
IEnumerable<LabelDetails>

A collection of LabelDetails objects.

See Also