Class RadzenPassword
RadzenPassword component.
Inheritance
System.Object
FormComponent<System.String>
FormComponentWithAutoComplete<System.String>
RadzenPassword
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenPassword : FormComponentWithAutoComplete<string>, IDisposable, IRadzenFormComponent
Examples
<RadzenPassword Placeholder="Enter password..." Change=@(args => Console.WriteLine($"Value: {args}")) />
Properties
DefaultAutoCompleteAttribute
Gets or sets the default autocomplete attribute's string value.
Declaration
public override string DefaultAutoCompleteAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Radzen.FormComponentWithAutoComplete<System.String>.DefaultAutoCompleteAttribute
ReadOnly
Gets or sets a value indicating whether is read only.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetId()
Gets the unique identifier.
Declaration
protected override string GetId()
Returns
Type | Description |
---|---|
System.String | Returns the |
Overrides
OnChange(ChangeEventArgs)
Handles the Change event.
Declaration
protected async System.Threading.Tasks.Task OnChange(ChangeEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ChangeEventArgs | args | The |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
IDisposable