Class VisitingPageViewCell
  
  
  
    Inheritance
    
    
    
    
    
    VisitingPageViewCell
   
  
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class VisitingPageViewCell : ViewCell, INotifyPropertyChanged, IDynamicResourceHandler, INameScope, IElementController, ICellController
   
  Constructors
  
  VisitingPageViewCell()
  
  
  Declaration
  
    public VisitingPageViewCell()
   
  Fields
  listOfMarks
  
  
  Declaration
  
    public List<string> listOfMarks
   
  Field Value
  
  Properties
  
  BackgroundColorProperty
  
  
  Declaration
  
    public BindableProperty BackgroundColorProperty { get; }
   
  Property Value
  
  
  HeightRequestProperty
  
  
  Declaration
  
    public BindableProperty HeightRequestProperty { get; }
   
  Property Value
  
  Implements