Class ViewHolder
Inherited Members
Namespace: Ritchie.Toolbox.ListAdapters
Assembly: Ritchie.Toolbox.dll
Syntax
public abstract class ViewHolder
Constructors
ViewHolder(int, Box)
Declaration
public ViewHolder(int itemIndex, Box root)
Parameters
| Type | Name | Description |
|---|---|---|
| int | itemIndex | |
| Box | root |
Properties
ItemIndex
Declaration
public int ItemIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
Root
Declaration
public Box Root { get; }
Property Value
| Type | Description |
|---|---|
| Box |