Class FormFieldContext
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
DisabledChanged
Notifies the form field that the disabled state of the component has changed.
public Action<bool> DisabledChanged { get; set; }