FormFieldContext Class

Represents the context of the form field.

Inheritance

Object

FormFieldContext

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class FormFieldContext : IFormFieldContext

Constructors

FormFieldContextLink to this section

Represents the context of the form field.

Declaration
public FormFieldContext()

Properties

AllowFloatingLabelLink to this section

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

Declaration
public bool AllowFloatingLabel { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether the label is floating or fixed on top.

DisabledChangedLink to this section

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

Declaration
public Action<bool> DisabledChanged { get; set; }
Property Value
Type Description
Action<bool>Notifies the form field that the disabled state of the component has changed.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙