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

ISelectLabelTypePageView.CurrentPaperKindData Property

If implemented, specifies the settings of the current paper kind.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

PaperKindData CurrentPaperKindData { get; set; }

Property Value

Type Description
PaperKindData

A PaperKindData value.

See Also