Skip to main content

SelectionPatternIdentifiers Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Contains values used as identifiers by Avalonia.Automation.Provider.ISelectionProvider.

public class SelectionPatternIdentifiers

Inheritance: object -> SelectionPatternIdentifiers

Properties

NameDescription
CanSelectMultiplePropertyIdentifies Avalonia.Automation.Provider.ISelectionProvider.CanSelectMultiple automation property.
IsSelectionRequiredPropertyIdentifies Avalonia.Automation.Provider.ISelectionProvider.IsSelectionRequired automation property.
SelectionPropertyIdentifies the property that gets the selected items in a container.

CanSelectMultipleProperty Property

Identifies Avalonia.Automation.Provider.ISelectionProvider.CanSelectMultiple automation property.

public Avalonia.Automation.AutomationProperty CanSelectMultipleProperty { get; set; }

IsSelectionRequiredProperty Property

Identifies Avalonia.Automation.Provider.ISelectionProvider.IsSelectionRequired automation property.

public Avalonia.Automation.AutomationProperty IsSelectionRequiredProperty { get; set; }

SelectionProperty Property

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

public Avalonia.Automation.AutomationProperty SelectionProperty { get; set; }