View Source
  Class GridValue.GridArea
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
  Properties
  
  
    View Source
  
  Config
  
  
  Declaration
  
    public JToken? Config { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<JToken> |  | 
    
  
  
    View Source
  
  Controls
  
  
  Declaration
  
    public IEnumerable<GridValue.GridControl> Controls { get; set; }
   
  Property Value
  
  
    View Source
  
  Grid
  
  
  Declaration
  
    public string Grid { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Styles
  
  
  Declaration
  
    public JToken? Styles { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<JToken> |  |