Class ViewHolder
Inherited Members
Namespace: Ritchie.Toolbox.ListAdapters
Assembly: Ritchie.Toolbox.dll
Syntax
public abstract class ViewHolderConstructors
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 |