Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPropertyDisplay

    Represents a content property that is displayed in the UI

    Inheritance
    System.Object
    ContentPropertyBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentPropertyDisplay : ContentPropertyBasic

    Constructors

    View Source

    ContentPropertyDisplay()

    Declaration
    public ContentPropertyDisplay()

    Properties

    View Source

    Config

    Declaration
    public IDictionary<string, object> Config { get; set; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HideLabel

    Declaration
    public bool HideLabel { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    LabelOnTop

    Declaration
    public bool LabelOnTop { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Readonly

    Declaration
    public bool Readonly { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Validation

    Declaration
    public PropertyTypeValidation Validation { get; set; }
    Property Value
    Type Description
    PropertyTypeValidation
    View Source

    View

    Declaration
    public string View { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentPropertyDisplay()
    • Properties
      • Config
      • Description
      • HideLabel
      • Label
      • LabelOnTop
      • Readonly
      • Validation
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX