SelectingItemsControlSelectionAdapter.

SelectingItemsControlSelectionAdapter(SelectingItemsControl) Constructor

Summary

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

Syntax

public SelectingItemsControlSelectionAdapter(SelectingItemsControl selector)

Parameters

Name Type Description
selector SelectingItemsControl The SelectingItemsControl control to wrap as a SelectingItemsControlSelectionAdapter.

Return Value

Type Description
void