Class DataFormValidationSummary
Represents a validation summary for RadDataForm.
Inheritance
Namespace: Telerik.Windows.Controls.Data.DataForm
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class DataFormValidationSummary : Control
Constructors
DataFormValidationSummary()
Initializes a new instance of the DataFormValidationSummary class.
Declaration
public DataFormValidationSummary()
Fields
ErrorsProperty
Identifies the Errors dependency property.
Declaration
public static readonly DependencyProperty ErrorsProperty
Field Value
System.Windows.DependencyProperty
|
HasErrorsProperty
Identifies the HasErrors dependency property.
Declaration
public static readonly DependencyProperty HasErrorsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Errors
Gets the pending validation errors.
Declaration
public ObservableCollection<ErrorInfo> Errors { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ErrorInfo>
|
HasErrors
Gets a value indicating whether this instance has errors.
Declaration
public bool HasErrors { get; }
Property Value
System.Boolean
|
Methods
OnErrorsCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Called when the Errors collection changes.
Declaration
protected virtual void OnErrorsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data. |
OnUnloaded(Object, RoutedEventArgs)
Called when DataFormValidationSummary gets unloaded.
Declaration
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
System.Object
sender
The sender. |
System.Windows.RoutedEventArgs
e
The System.Windows.RoutedEventArgs instance containing the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()