The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValidationSummaryItemSource Class
Silverlight
Represents the source of a ValidationSummaryItem.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data.Input (in System.Windows.Controls.Data.Input.dll)
The ValidationSummaryItemSource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ValidationSummaryItemSource(String) | Initializes a new instance of the ValidationSummaryItemSource class with the specified property associated with this error. |
![]() | ValidationSummaryItemSource(String, Control) | Initializes a new instance of the ValidationSummaryItemSource class with the specified property and control associated with this error. |
| Name | Description | |
|---|---|---|
![]() | Control | Gets the control that is the source of this error. |
![]() | PropertyName | Gets the name of the property that is the source of this error. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified ValidationSummaryItemSource is equal to the current ValidationSummaryItemSource. (Overrides Object.Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code based on the PropertyName and the Control Name. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The ValidationSummaryItemSource stores the name of the property, or the property and Control, associated with the validation error.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:


