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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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