Table of Contents

Class SelectionPatternIdentifiers

Namespace
Avalonia.Automation
Assembly
Avalonia.Controls.dll

Contains values used as identifiers by ISelectionProvider.

public static class SelectionPatternIdentifiers
Inheritance
SelectionPatternIdentifiers
Inherited Members

Properties

CanSelectMultipleProperty

Identifies CanSelectMultiple automation property.

public static AutomationProperty CanSelectMultipleProperty { get; }

Property Value

AutomationProperty

IsSelectionRequiredProperty

Identifies IsSelectionRequired automation property.

public static AutomationProperty IsSelectionRequiredProperty { get; }

Property Value

AutomationProperty

SelectionProperty

Identifies the property that gets the selected items in a container.

public static AutomationProperty SelectionProperty { get; }

Property Value

AutomationProperty