Class Items
The Items class holds the properties of SfRangeSlider items.
Inheritance
System.Object
Items
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public class Items : BindableObject
Constructors
Items()
Declaration
public Items()
Fields
LabelProperty
Identifies the Label bindable property. This property can be used to change the label value to SfRangeSlider.
Declaration
public static readonly BindableProperty LabelProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ValueProperty
Identifies the Value bindable property. This property can be used to change the value to SfRangeSlider.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Label
Gets or sets the value of Label. This property can be used to change the label value to SfRangeSlider.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null. |
Value
Gets or sets the value. This property can be used to change the value to SfRangeSlider.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0. |
Methods
OnPropertyChanged(String)
Occurs when the property changed.
Declaration
protected void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | arguments. |
Events
PropertyChanged
The PropertyChanged event has invoked when the properties of Items are changed in SfRangeSlider.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |