Class Items
Items Class for Custom Label support
Inheritance
System.Object
    Items
  Implements
System.ComponentModel.INotifyPropertyChanged
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class Items : Object, INotifyPropertyChanged
  Constructors
Items()
Declaration
public Items()
  Properties
label
Gets or sets the label
Declaration
public string label { get; set; }
  Property Value
| Type | 
|---|
| System.String | 
value
Gets or sets the value entered by the user.
Declaration
public double value { get; set; }
  Property Value
| Type | 
|---|
| System.Double | 
Methods
OnPropertyChanged(String)
Occurs when the property changed.
Declaration
protected void OnPropertyChanged(string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | String type  | 
      
Events
PropertyChanged
Invokes an event when there is a change in property.
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | 
|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged