SelectingItemsControlSelectionAdapter(SelectingItemsControl) Constructor

Initializes a new instance of the SelectingItemsControlSelectionAdapterr class with the specified SelectingItemsControl control.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SelectingItemsControlSelectionAdapter(
	SelectingItemsControl selector
)

Parameters

selector  SelectingItemsControl
The SelectingItemsControl control to wrap as a SelectingItemsControlSelectionAdapter.

See Also