ItemCollectionItem Property

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Object? this[
	int index
] { get; set; }

Parameters

index  Int32
 

Property Value

Object

Implements

IListItemInt32

See Also