Back to Devexpress

ASPxGridViewExporter.Landscape Property

aspnet-devexpress-dot-web-dot-aspxgridviewexporter-ea6fb1ef.md

latest1.1 KB
Original Source

ASPxGridViewExporter.Landscape Property

Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Landscape { get; set; }
vb
<DefaultValue(False)>
Public Property Landscape As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to export data in Landscape; false to export data in Portrait.

|

See Also

ASPxGridViewExporter Class

ASPxGridViewExporter Members

DevExpress.Web Namespace