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

SelectLabelTypePageView.SelectedProduct Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public LabelProduct SelectedProduct { get; set; }

Property Value

Type Description
LabelProduct

A LabelProduct object.

Implements

See Also