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

CardLayoutTemplate.MinWidth Property

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

Namespace: DevExpress.DashboardCommon

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

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