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

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.v18.2.dll

Declaration

public virtual LabelDetails SelectedDetails { get; set; }

Property Value

Type Description
LabelDetails

A LabelDetails object.

See Also