Skip to content

ReactiveFormField class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.ReactiveFormField Modifiers: public

Summary

        Presents a form input with shared validation state, helper text, and required-field metadata.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ReactiveFormField
class ContentControl
ContentControl <|-- ReactiveFormField

Inherits from: ContentControl

Constructors

NameSummary
.ctor

Properties

NameSummary
HeaderGets or sets the form field header content.
HelperTextGets or sets optional helper text displayed below the field.
FieldKeyGets or sets the stable validation field key represented by this field.
StateGets or sets the current form field validation state.
MessagesGets or sets validation messages associated with this field.
IsRequiredGets or sets a value indicating whether the field should be presented as required.

Fields

NameSummary
static HeaderPropertyProperty for [Header](#
static HelperTextPropertyProperty for [HelperText](#
static FieldKeyPropertyProperty for [FieldKey](#
static StatePropertyProperty for [State](#
static MessagesPropertyProperty for [Messages](#
static IsRequiredPropertyProperty for [IsRequired](#
Inherited members