Skip to main content

CustomizeLabelPage.SelectedPaperKind Property

Specifies the entry selected in the Page Size 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 PaperKindViewInfo SelectedPaperKind { get; set; }

Property Value

Type Description
PaperKindViewInfo

An object that specifies the selected Page Size entry.

See Also