Represents the context of the form field.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class FormFieldContext : IFormFieldContextRepresents the context of the form field.
public FormFieldContext()Gets or sets a value indicating whether the label is floating or fixed on top.
public bool AllowFloatingLabel { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether the label is floating or fixed on top. |
Notifies the form field that the disabled state of the component has changed.
public Action<bool> DisabledChanged { get; set; }
| Type | Description |
|---|---|
| Action<bool> | Notifies the form field that the disabled state of the component has changed. |