Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewConfiguration.Property

    Represents a property column configuration in the list view.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class ListViewConfiguration.Property

    Constructors

    View Source

    Property()

    Declaration
    public Property()

    Properties

    View Source

    Alias

    Gets or sets the alias of the property.

    Declaration
    public string? Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    IsSystem

    Gets or sets a value indicating whether this is a system property.

    Declaration
    public bool IsSystem { get; set; }
    Property Value
    Type Description
    bool
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX