Represents a validation summary for RadDataForm.
Definition
Namespace:Telerik.Windows.Controls.Data.DataForm
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class DataFormValidationSummary : Control
Inheritance: objectDataFormValidationSummary
Constructors
Initializes a new instance of the DataFormValidationSummary class.
public DataFormValidationSummary()
Fields
ErrorsProperty
DependencyProperty
Identifies the Errors dependency property.
public static readonly DependencyProperty ErrorsProperty
HasErrorsProperty
DependencyProperty
Identifies the HasErrors dependency property.
public static readonly DependencyProperty HasErrorsProperty
Properties
Gets the pending validation errors.
public ObservableCollection<ErrorInfo> Errors { get; }
Methods
Called when the Errors collection changes.
protected virtual void OnErrorsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
The sender.
eNotifyCollectionChangedEventArgsThe NotifyCollectionChangedEventArgs instance containing the event data.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when DataFormValidationSummary gets unloaded.
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
The sender.
eRoutedEventArgsThe RoutedEventArgs instance containing the event data.
Resets the theme.
public void ResetTheme()