ISelectionProviderCanSelectMultiple Property

Gets a value that indicates whether the provider allows more than one child element to be selected concurrently.

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
bool CanSelectMultiple { get; }

Property Value

Boolean

Remarks

WindowsISelectionProvider.CanSelectMultiple
macOSNo mapping.

See Also