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

MVCxCardViewExportSettings.CardWidth Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int CardWidth { get; set; }

Property Value

Type Description
Int32

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

Property Paths

You can access this nested property as listed below:

Object Type Path to CardWidth
CardViewSettings
.SettingsExport.CardWidth
CardViewSettings<CardType>
.SettingsExport.CardWidth

Remarks

The CardWidth property is used to specify the width of a card within the exported document.

See Also