ReactiveFormField class¶
Defined in
Namespace: CrissCross.Avalonia.UI.Controls
Assembly: CrissCross.Avalonia.UI.dll
Full name: CrissCross.Avalonia.UI.Controls.ReactiveFormField
Modifiers: public
Summary¶
Presents a form input with shared validation state, helper text, and required-field metadata.
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net471
Class hierarchy
classDiagram
class ReactiveFormField
class ContentControl
ContentControl <|-- ReactiveFormField
Inherits from: ContentControl
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| Header | Gets or sets the form field header content. |
| HelperText | Gets or sets optional helper text displayed below the field. |
| FieldKey | Gets or sets the stable validation field key represented by this field. |
| State | Gets or sets the current form field validation state. |
| Messages | Gets or sets validation messages associated with this field. |
| IsRequired | Gets or sets a value indicating whether the field should be presented as required. |
Fields¶
| Name | Summary |
|---|---|
| static HeaderProperty | Property for [Header](# |
| static HelperTextProperty | Property for [HelperText](# |
| static FieldKeyProperty | Property for [FieldKey](# |
| static StateProperty | Property for [State](# |
| static MessagesProperty | Property for [Messages](# |
| static IsRequiredProperty | Property for [IsRequired](# |