ClassRadTokenizedTextItem
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
RadTokenizedTextItem(string, object)
Initializes a new instance of the RadTokenizedTextItem class.
Properties
Text
Gets the text.
Methods
CompareTo(RadTokenizedTextItem)
Compares the current object with another object of the same type.
Declaration
public virtual int CompareTo(RadTokenizedTextItem other)
Parameters
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
OnPropertyChanged(PropertyChangedEventArgs)
Raises the event.
Declaration
protected void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
The PropertyChangedEventArgs instance containing the event data.
OnPropertyChanged(string)
Raises the event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
ToString()
Returns a string that represents this instance.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements