Skip to main content

CardLayoutTemplate.MaxWidth Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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