Search Results for

    Show / Hide Table of Contents
    View Source

    Class SliderConfiguration

    Represents the configuration for the slider value editor.

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

    Properties

    View Source

    EnableRange

    Declaration
    [ConfigurationField("enableRange")]
    public bool EnableRange { get; set; }
    Property Value
    Type Description
    bool
    View Source

    MaximumValue

    Declaration
    [ConfigurationField("maxVal")]
    public decimal MaximumValue { get; set; }
    Property Value
    Type Description
    decimal
    View Source

    MinimumValue

    Declaration
    [ConfigurationField("minVal")]
    public decimal MinimumValue { get; set; }
    Property Value
    Type Description
    decimal
    View Source

    Step

    Declaration
    [ConfigurationField("step")]
    public decimal Step { get; set; }
    Property Value
    Type Description
    decimal
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX