Skip to main content

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.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#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

#Remarks

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

See Also