Table of Contents

Interface IValidationState

Namespace
ReactiveUI.Validation.States
Assembly
ReactiveUI.Validation.dll

Represents the validation state of a validation component.

public interface IValidationState

Properties

IsValid

Gets a value indicating whether the validation is currently valid or not.

bool IsValid { get; }

Property Value

bool

Text

Gets the validation text.

IValidationText Text { get; }

Property Value

IValidationText