ASPxGridViewExportSettings.PaperName Property
In This Article
Gets or sets the name of the custom paper which is used for export purposes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | 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 Paper |
---|---|
ASPx |
|
#Remarks
The PaperName property’s value is in effect only when the ASPxGridViewExportSettings.PaperKind property is set to Custom.
See Also