Class RadTokenizedTextItem
Represents a logical data item that contains the tokenzied text and its value
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTokenizedTextItem : IComparable<RadTokenizedTextItem>, INotifyPropertyChanged
Constructors
RadTokenizedTextItem(String, Object)
Initializes a new instance of the Rad
Declaration
public RadTokenizedTextItem(string text, object value)
Parameters
System. The text. |
System. The value. |
Properties
Text
Gets the text.
Declaration
public string Text { get; protected set; }
Property Value
System.
|
Value
Gets the value.
Declaration
public object Value { get; protected set; }
Property Value
System.
|
Methods
CompareTo(RadTokenizedTextItem)
Compares the current object with another object of the same type.
Declaration
public virtual int CompareTo(RadTokenizedTextItem other)
Parameters
Rad An object to compare with this object. |
Returns
System. 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 |
Implements
OnPropertyChanged(PropertyChangedEventArgs)
Raises the Property
Declaration
protected void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System. The System. |
OnPropertyChanged(String)
Raises the Property
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|