ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Slider Namespace / C1Slider Class / Values Property

In This Topic
    Values Property (C1Slider)
    In This Topic
    This option can be used to specify multiple handles. If range is set to true, the length of 'values' should be 2.
    Syntax
    'Declaration
     
    Public Property Values As System.Integer()
    public System.int[] Values {get; set;}
    See Also