View Source
  Class BlockGridConfiguration.BlockGridAreaConfigurationSpecifiedAllowance
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class BlockGridAreaConfigurationSpecifiedAllowance
   
  Properties
  
  
    View Source
  
  ElementTypeKey
  
  
  Declaration
  
    [DataMember(Name = "elementTypeKey")]
public Guid? ElementTypeKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  
    View Source
  
  GroupKey
  
  
  Declaration
  
    [DataMember(Name = "groupKey")]
public Guid? GroupKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  
    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> |  |