Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Interface IFormFieldContext

    Interface that represents the context of the form field.

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

    Properties

    AllowFloatingLabel

    Gets or sets a value indicating whether the label is floating or fixed on top.

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

    DisabledChanged

    Notifies the form field that the disabled state of the component has changed.

    Declaration
    Action<bool> DisabledChanged { get; set; }
    Property Value
    Type Description
    Action<System.Boolean>

    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