RadTokenizedTextItem
Represents a logical data item that contains the tokenzied text and its value
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadTokenizedTextItem : IComparable<RadTokenizedTextItem>, INotifyPropertyChanged
Inheritance: objectRadTokenizedTextItem
Implements:
Constructors
Initializes a new instance of the RadTokenizedTextItem class.
Properties
Methods
Compares the current object with another object of the same type.
public virtual int CompareTo(RadTokenizedTextItem other)
An object to compare with this object.
Returns:A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter.Zero This object is equal to other. Greater than zero This object is greater than other.
Implements:
Raises the event.
protected void OnPropertyChanged(PropertyChangedEventArgs e)
The PropertyChangedEventArgs instance containing the event data.
Raises the event.
protected void OnPropertyChanged(string propertyName)
Name of the property.
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: