Skip to main content
Tab

ASPxCardViewExporter.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.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also