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

ASPxCardViewExportSettings.CardWidth Property

Gets or sets a value specifying the width of a card within the exported document.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(150)]
public int CardWidth { get; set; }

Property Value

Type Default Description
Int32 150

An integer value which specifies the card width, in pixels.

Property Paths

You can access this nested property as listed below:

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

Remarks

The CardWidth property is used to specify the width of a card within the exported document. If the CardWidth property isn’t defined, the default width of a card is specified by the value of the ASPxCardViewExportSettings.DefaultCardWidth field.

See Also