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
IsSelectionRequiredProperty
Identifies IsSelectionRequired automation property.
public static AutomationProperty IsSelectionRequiredProperty { get; }
Property Value
SelectionProperty
Identifies the property that gets the selected items in a container.
public static AutomationProperty SelectionProperty { get; }