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)
- C#
- VB
- F#
public SelectingItemsControlSelectionAdapter(
SelectingItemsControl selector
)
Public Sub New (
selector As SelectingItemsControl
)
new :
selector : SelectingItemsControl -> SelectingItemsControlSelectionAdapter
Parameters
- SelectingItemsControl
- The SelectingItemsControl control to wrap as a SelectingItemsControlSelectionAdapter.
See Also
Reference
SelectingItemsControlSelectionAdapter Class
SelectingItemsControlSelectionAdapter Overload
Avalonia.Controls.Utils Namespace