Table of Contents

Interface IFormFieldContext

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Interface that represents the context of the form field.

public interface IFormFieldContext

Properties

AllowFloatingLabel

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

bool AllowFloatingLabel { get; set; }

Property Value

bool

DisabledChanged

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

Action<bool> DisabledChanged { get; set; }

Property Value

Action<bool>