Search Results for

    Show / Hide Table of Contents
    View Source

    Class SliderConfiguration

    Represents the configuration for the slider value editor.

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

    Properties

    View Source

    EnableRange

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

    MaximumValue

    Declaration
    public decimal MaximumValue { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    MinimumValue

    Declaration
    public decimal MinimumValue { get; set; }
    Property Value
    Type Description
    System.Decimal
    View Source

    Step

    Declaration
    public decimal Step { get; set; }
    Property Value
    Type Description
    System.Decimal
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • EnableRange
      • MaximumValue
      • MinimumValue
      • Step
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX