Skip to main content
Tab

ASPxGridViewExporter.PaperName Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

Remarks

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

See Also