ClassDataFormValidationSummary
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
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
DependencyProperty
HasErrorsProperty
Identifies the HasErrors dependency property.
Declaration
public static readonly DependencyProperty HasErrorsProperty
Field Value
DependencyProperty
Properties
Errors
Gets the pending validation errors.
Declaration
public ObservableCollection<ErrorInfo> Errors { get; }
Property Value
Methods
OnErrorsCollectionChanged(object, NotifyCollectionChangedEventArgs)
Called when the Errors collection changes.
Declaration
protected virtual void OnErrorsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
sender
The sender.
e
NotifyCollectionChangedEventArgs
The NotifyCollectionChangedEventArgs instance containing the event data.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnUnloaded(object, RoutedEventArgs)
Called when DataFormValidationSummary gets unloaded.
Declaration
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
sender
The sender.
e
RoutedEventArgs
The RoutedEventArgs instance containing the event data.