Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

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

Password (Blazor)

This article demonstrates how to use the Password component. Check also the component guide and API reference.

Password Properties

Name Type Default Description
Name string ‘password’ + index suffix Unique name of the Password.
Value string/expression null Password value.
Placeholder string empty Password placeholder.
ReadOnly boolean/expression false Is Password read-only.
Disabled boolean/expression false Is Password disabled.
Visible boolean/expression true Is Password visible.
Style string null In-line CSS style.

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

Password Events

Name Type Default Description
Change event null Change event of the Password. New value as event argument.

Blazor declaration

<RadzenPassword Change="@PasswordChanged" />