Skip to main content

CardLayoutTemplate.MinWidth Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(200)]
public int MinWidth { get; set; }

Property Value

Type Default Description
Int32 200

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

See Also