Class FormFieldContext
Represents the context of the form field.
Implements
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class FormFieldContext : IFormFieldContext
Constructors
FormFieldContext()
Represents the context of the form field.
Declaration
public FormFieldContext()
Properties
AllowFloatingLabel
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 |
---|---|
bool |
DisabledChanged
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> |