ValidationSummary.GetShowErrorsInSummary Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets 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 Function GetShowErrorsInSummary ( _
inputControl As DependencyObject _
) As Boolean
public static bool GetShowErrorsInSummary(
DependencyObject inputControl
)
Parameters
- inputControl
Type: System.Windows.DependencyObject
The input control from which the property value is read.
Return Value
Type: System.Boolean
The ShowErrorsInSummary property value of the specified object.
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.