View Source
  Class BlockGridPropertyEditorBase
  
  Abstract base class for block grid based editors.
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class BlockGridPropertyEditorBase : DataEditor, IDataEditor, IDiscoverable
   
  Constructors
  
  
    View Source
  
  BlockGridPropertyEditorBase(IDataValueEditorFactory)
  
  
  Declaration
  
    protected BlockGridPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory)
   
  Parameters
  
  
    View Source
  
  BlockGridPropertyEditorBase(IDataValueEditorFactory, IBlockValuePropertyIndexValueFactory)
  
  
  Declaration
  
    protected BlockGridPropertyEditorBase(IDataValueEditorFactory dataValueEditorFactory, IBlockValuePropertyIndexValueFactory blockValuePropertyIndexValueFactory)
   
  Parameters
  
  Properties
  
  
    View Source
  
  PropertyIndexValueFactory
  
  
  Declaration
  
    public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
   
  Property Value
  
  Methods
  
  
    View Source
  
  CreateValueEditor()
  
  
  Declaration
  
    protected override IDataValueEditor CreateValueEditor()
   
  Returns