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

ISelectLabelTypePageView.SelectedProduct Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

LabelProduct SelectedProduct { get; set; }

Property Value

Type Description
LabelProduct

A LabelProduct object.

See Also