Class PropertyColorizerItem
Inheritance
System.Object
PropertyColorizerItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class PropertyColorizerItem
Constructors
PropertyColorizerItem(Object, String)
Initializes a new instance of the PropertyColorizerItem class.
Declaration
public PropertyColorizerItem(object value, string name)
Parameters
System.Object
value
The value. |
System.String
name
The name. |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |