Class RecyclableWidgetList<TContainerWidget>.RecyclableViewHolder
  
  
  
    Inheritance
    
    
    RecyclableWidgetList<TContainerWidget>.RecyclableViewHolder
   
  
  
  Assembly: Ritchie.Toolbox.dll
  
  
    public class RecyclableWidgetList<TContainerWidget>.RecyclableViewHolder : ViewHolder
   
  Constructors
  
  
  
  
  Declaration
  
    public RecyclableViewHolder(int itemIndex, Box root)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | itemIndex |  | 
      
        | Box | root |  | 
    
  
  Properties
  
  Content
  
  
  Declaration
  
    public Box Content { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public RecyclableWidgetController? Controller { get; set; }
   
  Property Value