Search Results for

    Show / Hide Table of Contents
    View Source

    Class TrueFalseConfiguration

    Represents the configuration for the boolean value editor.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class TrueFalseConfiguration

    Properties

    View Source

    Default

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

    LabelOff

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

    LabelOn

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

    ShowLabels

    Declaration
    public bool ShowLabels { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Default
      • LabelOff
      • LabelOn
      • ShowLabels
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX