View Source
  Class ListViewConfiguration
  
  Represents the configuration for the listview value editor.
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ListViewConfiguration
   
  Constructors
  
  
    View Source
  
  ListViewConfiguration()
  
  
  Declaration
  
    public ListViewConfiguration()
   
  Properties
  
  
    View Source
  
  BulkActionPermissions
  
  
  Declaration
  
    public ListViewConfiguration.BulkActionPermissionSettings BulkActionPermissions { get; set; }
   
  Property Value
  
  
    View Source
  
  Icon
  
  
  Declaration
  
    public string Icon { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  IncludeProperties
  
  
  Declaration
  
    public ListViewConfiguration.Property[] IncludeProperties { get; set; }
   
  Property Value
  
  
    View Source
  
  Layouts
  
  
  Declaration
  
    public ListViewConfiguration.Layout[] Layouts { get; set; }
   
  Property Value
  
  
    View Source
  
  OrderBy
  
  
  Declaration
  
    public string OrderBy { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  OrderDirection
  
  
  Declaration
  
    public string OrderDirection { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  PageSize
  
  
  Declaration
  
    public int PageSize { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  ShowContentFirst
  
  
  Declaration
  
    public bool ShowContentFirst { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  TabName
  
  
  Declaration
  
    public string TabName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  UseInfiniteEditor
  
  
  Declaration
  
    public bool UseInfiniteEditor { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |