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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
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