Class MultiRangeEventArgs
Multiple Range event arguments.
Inheritance
System.Object
MultiRangeEventArgs
Namespace: Syncfusion.SfRangeSlider.iOS
Assembly: Syncfusion.SfRangeSlider.iOS.dll
Syntax
public class MultiRangeEventArgs : Object
Constructors
MultiRangeEventArgs()
Declaration
public MultiRangeEventArgs()
Properties
Values
Gets a values
Declaration
public List<NSNumber> Values { get; }
Property Value
Type |
---|
System.Collections.Generic.List<Foundation.NSNumber> |