ItemsView Property
Gets an ItemsSourceView(T) of the Source.
Definition
Namespace: Avalonia.Controls.Selection
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected ItemsSourceView<T>? ItemsView { get; set; }
Protected Property ItemsView As ItemsSourceView(Of T)
Get
Set
member ItemsView : ItemsSourceView<'T> with get, set
Property Value
See Also
Reference
SelectionNodeBase(T) Class
Avalonia.Controls.Selection Namespace