ItemContainerInfo Class

Summary

Holds information about an item container generated by an IItemContainerGenerator.
Namespace
Avalonia.Controls.Generators
Base Types
  • object
graph BT Type-->Base0["object"] Type["ItemContainerInfo"] class Type type-node

Syntax

public class ItemContainerInfo

Constructors

Name Summary
ItemContainerInfo(IControl, object, int) Initializes a new instance of the ItemContainerInfo class.

Properties

Name Value Summary
ContainerControl IControl
Gets the container control.
Index int
Gets the index of the item in the Items collection.
Item object
Gets the item that the container represents.