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

ASPxCardViewExportSettings.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.v19.1.dll

Declaration

[DefaultValue(false)]
public bool Landscape { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Landscape
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsExport.Landscape
MVCxCardView
.SettingsExport.Landscape
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsExport.Landscape

Remarks

Note

Online Demos Refer to the following demos illustrating the ASPxCardView exporting feature:

See Also