Skip to main content

IValueProvider Interface

Exposes methods and properties to support access by a UI Automation client to controls that have an intrinsic value that does not span a range and that can be represented as a string.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public interface IValueProvider
View Source

Properties

IsReadOnlyGets a value that indicates whether the value of a control is read-only.
ValueGets the value of the control.

Methods

SetValue(String)Sets the value of a control.

See Also

Reference

Avalonia.Automation.Provider Namespace