IRadzenFormValidator Interface

The interface that a validator component must implement in order to be supported by RadzenTemplateForm<T>.

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenFormValidator

Properties

Componentlink

Gets or sets the name of the component which is validated.

Declaration
public string Component { get; set; }
Property Value
Type Description
stringGets or sets the name of the component which is validated.

IsValidlink

Returns true if valid.

Declaration
public bool IsValid { get; }
Property Value
Type Description
boolReturns true if valid.

Textlink

Gets or sets the validation error displayed when invalid.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the validation error displayed when invalid.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙