CardViewColumn.ExportWidth Property
Gets or sets the column’s export width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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