Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewConfiguration.Property

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class Property

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "alias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Header

    Declaration
    [DataMember(Name = "header")]
    public string Header { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsSystem

    Declaration
    [DataMember(Name = "isSystem")]
    public int IsSystem { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Template

    Declaration
    [DataMember(Name = "nameTemplate")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Header
      • IsSystem
      • Template
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX