Show / Hide Table of Contents

Enum ValidationSummaryFilters

An enum to specify the error filtering level.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.Input.dll
Syntax
[Flags]
public enum ValidationSummaryFilters

Fields

Name Description
All

ValidationSummary displays all errors

None

None of the errors are displayed in the ValidationSummary

ObjectErrors

ValidationSummary only displays the object level errors

PropertyErrors

ValidationSummary only displays the property level errors

  • Improve this Doc
  • View Source