Table of Contents

Class ControlExtensions

Namespace
Artemis.UI.Shared.Extensions
Assembly
Artemis.UI.Shared.dll

Provides extension methods for Avalonia's Avalonia.Controls.Control type

public static class ControlExtensions
Inheritance
object
ControlExtensions

Methods

ClearAllDataValidationErrors(Control)

Clears all data validation errors on the given control and any of it's logical siblings

public static void ClearAllDataValidationErrors(this Control target)

Parameters

target Control

The target control