View Source
  Class ListViewPropertyEditor
  
  Represents a list-view editor.
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class ListViewPropertyEditor : DataEditor, IDataEditor, IDiscoverable
   
  Constructors
  
  
    View Source
  
  ListViewPropertyEditor(IDataValueEditorFactory, IIOHelper)
  
  
  Declaration
  
    public ListViewPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper iioHelper)
   
  Parameters
  
  
    View Source
  
  ListViewPropertyEditor(IDataValueEditorFactory, IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public ListViewPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IIOHelper iioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters
  
  Methods
  
  
    View Source
  
  CreateConfigurationEditor()
  Creates a configuration editor instance.
Declaration
  
    protected override IConfigurationEditor CreateConfigurationEditor()
   
  Returns