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

CardViewColumn.ExportWidth Property

Gets or sets the column’s export width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public virtual int ExportWidth { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the column’s width (in pixels) for exporting purposes.

Remarks

When the CardView’s data is exported using the ASPxCardViewExporter, you can use the ExportWidth property to define the width that the column should have in the exported report.

In WYSIWYG export mode, if the ExportWidth property is set to default 0, the column’s export width depends upon the column’s content. You can limit the maximum column width by using the ASPxCardViewExporter.MaxColumnWidth property.

See Also