Skip to main content

SelectLabelTypePage.SelectedDetails Property

Specifies the entry selected in the Product Number 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 LabelDetails SelectedDetails { get; set; }

Property Value

Type Description
LabelDetails

A LabelDetails object.

See Also