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

SelectLabelTypePage.SelectedProduct Property

Specifies the entry selected in the Label Product drop-down list.

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

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

public virtual LabelProduct SelectedProduct { get; set; }

Property Value

Type Description
LabelProduct

A LabelProduct object.

See Also