ValidationSummary.DisplayedErrors Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the collection of errors that are displayed after the Filter is applied.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data.Input (in System.Windows.Controls.Data.Input.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayedErrors As ReadOnlyObservableCollection(Of ValidationSummaryItem)
public ReadOnlyObservableCollection<ValidationSummaryItem> DisplayedErrors { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyObservableCollection<ValidationSummaryItem>
The collection of errors that are displayed after the Filter is applied.

Remarks

The DisplayedErrors collection contains all the errors that match the display Filter.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.