ValidationSummary.ShowErrorsInSummary Attached Property

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

Gets or sets a value that indicates whether a control's errors should be displayed in the ValidationSummary.

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

Syntax

'Declaration
See GetShowErrorsInSummary, SetShowErrorsInSummary
See GetShowErrorsInSummary, SetShowErrorsInSummary
<object sdk:ValidationSummary.ShowErrorsInSummary="bool"/>

Property Value

Type: System.Boolean
true if errors on the input control should be shown in the summary; otherwise, false.

Remarks

Dependency property identifier field: ShowErrorsInSummaryProperty

You specify whether errors from a particular input control should be displayed in the ValidationSummary by setting this attached property on the input control.

In the XAML usage shown, the assumption is that object is not in the sdk:-mapped XAML namespace. If object is in the sdk:-mapped XAML namespace, then the prefix on the attached property can be omitted.

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.