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

PageSettings.PaperName Property

Gets or sets the name of the custom paper which is used for export purposes.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string PaperName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the name of the paper.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PaperName
ASP.NET Controls and MVC Extensions ASPxTreeListPrintSettings
.PageSettings .PaperName
TreeListSettingsExport
.PageSettings .PaperName
ASP.NET MVC Extensions MVCxTreeListPrintSettings
.PageSettings .PaperName

Remarks

The PaperName property’s value is in effect only when the PageSettings.PaperKind property is set to Custom.

See Also