View Source
  Class BlockGridConfiguration.BlockGridAreaConfiguration
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class BlockGridAreaConfiguration
   
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    [DataMember(Name = "alias")]
public string Alias { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  ColumnSpan
  
  
  Declaration
  
    [DataMember(Name = "columnSpan")]
public int? ColumnSpan { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  CreateLabel
  
  
  Declaration
  
    [DataMember(Name = "createLabel")]
public string CreateLabel { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Key
  
  
  Declaration
  
    [DataMember(Name = "key")]
public Guid Key { get; set; }
   
  Property Value
  
  
    View Source
  
  MaxAllowed
  
  
  Declaration
  
    [DataMember(Name = "maxAllowed")]
public int? MaxAllowed { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  MinAllowed
  
  
  Declaration
  
    [DataMember(Name = "minAllowed")]
public int? MinAllowed { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  RowSpan
  
  
  Declaration
  
    [DataMember(Name = "rowSpan")]
public int? RowSpan { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
    View Source
  
  SpecifiedAllowance
  
  
  Declaration
  
    [DataMember(Name = "specifiedAllowance")]
public BlockGridConfiguration.BlockGridAreaConfigurationSpecifiedAllowance[] SpecifiedAllowance { get; set; }
   
  Property Value