Skip to main content

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual LabelProduct SelectedProduct { get; set; }

Property Value

Type Description
LabelProduct

A LabelProduct object.

See Also