Skip to main content

ISelectionProvider Interface

Exposes methods and properties to support access by a UI Automation client to controls that act as containers for a collection of individual, selectable child items.

Definition

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

public interface ISelectionProvider
View Source

Properties

CanSelectMultipleGets a value that indicates whether the provider allows more than one child element to be selected concurrently.
IsSelectionRequiredGets a value that indicates whether the provider requires at least one child element to be selected.

Methods

GetSelection()Retrieves a provider for each child element that is selected.

See Also

Reference

Avalonia.Automation.Provider Namespace