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.v21.2.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
Remarks
The CardWidth property is used to specify the width of a card within the exported document.
See Also