Class ControlExtensions
Provides extension methods for Avalonia's Avalonia.Controls.Control type
Namespace: Artemis.UI.Shared.Extensions
Assembly: Artemis.UI.Shared.dll
Syntax
public static class ControlExtensions
Methods
ClearAllDataValidationErrors(Control)
Clears all data validation errors on the given control and any of it's logical siblings
Declaration
public static void ClearAllDataValidationErrors(this Control target)
Parameters
Type | Name | Description |
---|---|---|
Control | target | The target control |