SelectorControl Property
Gets or sets the underlying SelectingItemsControl control.
Definition
Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public SelectingItemsControl? SelectorControl { get; set; }
Public Property SelectorControl As SelectingItemsControl
Get
Set
member SelectorControl : SelectingItemsControl with get, set
Property Value
SelectingItemsControl
The underlying SelectingItemsControl control.
See Also
Reference
SelectingItemsControlSelectionAdapter Class
Avalonia.Controls.Utils Namespace