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

CustomizeLabelPage.PaperKinds Property

Specifies paper kinds available in the Page Size drop-down list.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public IEnumerable<PaperKindViewInfo> PaperKinds { get; protected set; }

Property Value

Type Description
IEnumerable<PaperKindViewInfo>

A collection of PaperKindViewInfo objects.

See Also