Table of Contents

Class FormFieldContext

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Represents the context of the form field.

public class FormFieldContext : IFormFieldContext
Inheritance
FormFieldContext
Implements
Inherited Members

Constructors

FormFieldContext()

public FormFieldContext()

Properties

AllowFloatingLabel

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

public bool AllowFloatingLabel { get; set; }

Property Value

bool

DisabledChanged

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

public Action<bool> DisabledChanged { get; set; }

Property Value

Action<bool>