ValidationSummary.SetShowErrorsInSummary Method

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

Sets the value of the ShowErrorsInSummary attached property of the specified DependencyObject.

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

Syntax

'Declaration
Public Shared Sub SetShowErrorsInSummary ( _
    inputControl As DependencyObject, _
    value As Boolean _
)
public static void SetShowErrorsInSummary(
    DependencyObject inputControl,
    bool value
)

Parameters

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

Exceptions

Exception Condition
ArgumentNullException

inputControl is nulla null reference (Nothing in Visual Basic).

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.