Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewConfiguration

    Represents the configuration for the listview value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    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
    Type Description
    ListViewConfiguration.BulkActionPermissionSettings
    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
    Type Description
    ListViewConfiguration.Property[]
    View Source

    Layouts

    Declaration
    public ListViewConfiguration.Layout[] Layouts { get; set; }
    Property Value
    Type Description
    ListViewConfiguration.Layout[]
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ListViewConfiguration()
    • Properties
      • BulkActionPermissions
      • Icon
      • IncludeProperties
      • Layouts
      • OrderBy
      • OrderDirection
      • PageSize
      • ShowContentFirst
      • TabName
      • UseInfiniteEditor
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX