Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IRadzenFormValidator

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

    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public interface IRadzenFormValidator

    Properties

    Component

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

    Declaration
    string Component { get; set; }
    Property Value
    Type Description
    System.String

    The component name.

    IsValid

    Returns true if valid.

    Declaration
    bool IsValid { get; }
    Property Value
    Type Description
    System.Boolean

    true if the validator is valid; otherwise, false.

    Text

    Gets or sets the validation error displayed when invalid.

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text to display when invalid.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT