Save $100 with our Black Friday deals!

Get $100 OFF with promo code BLACKFRIDAY2024 at checkout until November 30.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

Card (Blazor)

This article demonstrates how to use the Card component. Check also the component API reference.

Card Properties

Name Type Default Description
Name string ‘card’ + index suffix Unique name of the Card.
Visible boolean/expression true Is Card visible.
Style string null In-line CSS style.

For more info about expressions please visit expressions in our documentation.

Blazor declaration

<RadzenCard>
    ...
</RadzenCard>