Skip to main content

MVCxGridViewExportSettings.PaperName Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string PaperName { get; set; }

Property Value

Type Description
String

A String value specifying the name of the paper.

Property Paths

You can access this nested property as listed below:

Object Type Path to PaperName
GridViewSettings
.SettingsExport .PaperName

Remarks

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

See Also