Class DataFormValidationSummary
Inheritance
System.Object
DataFormValidationSummary
Namespace: Telerik.UI.Xaml.Controls.Data.DataForm
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataFormValidationSummary : Control
Constructors
DataFormValidationSummary()
Declaration
public DataFormValidationSummary()
Fields
ErrorsProperty
Declaration
public static readonly DependencyProperty ErrorsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HasErrorsProperty
Declaration
public static readonly DependencyProperty HasErrorsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Errors
Declaration
public BindableCollection<ErrorInfo> Errors { get; }
Property Value
|
BindableCollection<ErrorInfo>
|
HasErrors
Declaration
public bool HasErrors { get; }
Property Value
|
System.Boolean
|
Methods
OnErrorsCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Declaration
protected virtual void OnErrorsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
|
System.Object
sender
|
|
System.Collections.Specialized.NotifyCollectionChangedEventArgs
e
|
OnUnloaded(Object, RoutedEventArgs)
Declaration
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.RoutedEventArgs
e
|