Skip to main content

SelectLabelTypePageView.SelectedDetails Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public LabelDetails SelectedDetails { get; set; }

Property Value

Type Description
LabelDetails

A LabelDetails object.

Implements

See Also