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

PageSettings.PaperKind Property

Gets or sets the type of paper for the exported report.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

[DefaultValue(PaperKind.Letter)]
public PaperKind PaperKind { get; set; }

Property Value

Type Default Description
PaperKind **Letter**

A PaperKind enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to PaperKind
ASPxTreeListPrintSettings
.PageSettings.PaperKind
TreeListSettingsExport
.PageSettings.PaperKind
MVCxTreeListPrintSettings
.PageSettings.PaperKind

Remarks

If the PaperKind property is set to Custom, then the paper will be selected according to the PageSettings.PaperName property’s value.

See Also