Class ValidationControl
Inheritance
System.Object
ValidationControl
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ValidationControl : RadControl
Constructors
Declaration
public ValidationControl()
Fields
Declaration
public static readonly DependencyProperty ControlPeerProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty DataItemProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsValidProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PropertyNameProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RelativePositionOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValidateOnErrorsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public FrameworkElement ControlPeer { get; set; }
Property Value
|
Microsoft.UI.Xaml.FrameworkElement
|
Declaration
public object DataItem { get; set; }
Property Value
Declaration
public BindableCollection<object> Errors { get; }
Property Value
Declaration
public bool IsValid { get; set; }
Property Value
Declaration
public string PropertyName { get; set; }
Property Value
Declaration
public Point RelativePositionOffset { get; set; }
Property Value
Declaration
public bool ValidateOnErrors { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
protected virtual ValidatingEventArgs OnValidating(IList<object> currentErrors)
Parameters
|
System.Collections.Generic.IList<System.Object>
currentErrors
|
Returns
Declaration
public void Validate(bool callAsync = true)
Parameters
Events
Declaration
public event EventHandler<ValidatingEventArgs> Validating
Event Type
Extension Methods