Show / Hide Table of Contents

    Class ListViewPropertyEditor

    Inheritance
    System.​Object
    Property​Editor
    Namespace:System.Dynamic.ExpandoObject
    Assembly:umbraco.dll
    Syntax
    [PropertyEditor("Umbraco.ListView", "List view", "listview", HideLabel = true, Group = "lists", Icon = "icon-item-arrangement")]
    public class ListViewPropertyEditor : PropertyEditor, IParameterEditor, IDiscoverable

    Properties

    DefaultPreValues

    Declaration
    public override IDictionary<string, object> DefaultPreValues { get; }
    Property Value
    Type Description
    System.​Collections.​Generic.​IDictionary<System.​String, System.​Object>

    Methods

    CreatePreValueEditor()

    Declaration
    protected override PreValueEditor CreatePreValueEditor()
    Returns
    Type Description
    Pre​Value​Editor
    In This Article
    • Properties
      • DefaultPreValues
    • Methods
      • CreatePreValueEditor()
    Back to top Copyright © 2016 Umbraco
    Generated by DocFX