SelectingItemsControlSelectionAdapterSelectorControl Property

Gets or sets the underlying SelectingItemsControl control.

Definition

Namespace: Avalonia.Controls.Utils
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public SelectingItemsControl? SelectorControl { get; set; }

Property Value

SelectingItemsControl
The underlying SelectingItemsControl control.

See Also