Skip to main content
Tab

CardViewCardStyle.Width Property

Gets or sets the card width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the card width.

Remarks

Use the Width and CardViewCardStyle.Height properties to specify a card’s height and width respectively.

See Also