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