Skip to main content

SelectLabelTypePage.CurrentPaperKindData Property

Specifies the settings of the current paper kind.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual PaperKindData CurrentPaperKindData { get; set; }

Property Value

Type Description
PaperKindData

A PaperKindData object that stores paper kind settings.

See Also