Skip to main content

ISelectLabelTypePageView.SelectedProduct Property

If implemented, specifies the entry selected in the Label Products drop-down list.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

LabelProduct SelectedProduct { get; set; }

Property Value

Type Description
LabelProduct

A LabelProduct object.

See Also