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

CustomizeLabelPage.PaperKindFormattedText Property

Specifies the text displayed under the Page Size editor and provided information on the size of selected page format.

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

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnLabelInformationChanged")]
public virtual string PaperKindFormattedText { get; set; }

Property Value

Type Description
String

A string that provides information on the page size.

See Also