Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IRadzenFormComponent

    Specifies the interface that form components must implement in order to be supported by RadzenTemplateForm<TItem>.

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

    Properties

    Disabled

    Sets the Disabled state of the component

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

    FieldIdentifier

    Gets the field identifier.

    Declaration
    FieldIdentifier FieldIdentifier { get; }
    Property Value
    Type Description
    FieldIdentifier

    The field identifier.

    FormFieldContext

    Sets the FormFieldContext of the component

    Declaration
    IFormFieldContext FormFieldContext { get; }
    Property Value
    Type Description
    IFormFieldContext

    HasValue

    Gets a value indicating whether the component has value.

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

    true if this instance has value; otherwise, false.

    IsBound

    Gets a value indicating whether this component is bound.

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

    true if this component is bound; otherwise, false.

    Name

    Gets or sets the name of the component.

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

    The name.

    Visible

    Sets the Visible state of the component

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

    Methods

    FocusAsync()

    Sets the focus.

    Declaration
    ValueTask FocusAsync()
    Returns
    Type Description
    ValueTask

    GetValue()

    Gets the value of the component.

    Declaration
    object GetValue()
    Returns
    Type Description
    System.Object

    the value of the component - for example the text of RadzenTextBox.

    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