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

CardLayoutTemplate.MaxWidth Property

Gets or sets the maximum width of the card content in pixels.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(null)]
public int? MaxWidth { get; set; }

Property Value

Type Default Description
Nullable<Int32> *null*

An integer value that specifies the maximum width of the card content in pixels.

See Also