View Source
  Class BlockGridConfiguration.BlockGridAreaConfiguration
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class BlockGridAreaConfiguration
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    public string Alias { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
    View Source
  
  ColumnSpan
  
  
  Declaration
  
    public int? ColumnSpan { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
    public Guid Key { get; set; }
   
  Property Value
  
  
    View Source
  
  MaxAllowed
  
  
  Declaration
  
    public int? MaxAllowed { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  
    View Source
  
  MinAllowed
  
  
  Declaration
  
    public int? MinAllowed { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         | 
      
    
  
  
    View Source
  
  RowSpan
  
  
  Declaration
  
    public int? RowSpan { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Nullable<System.Int32> | 
         |