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 Property
Declaration
public PropertyColorizerItem(object value, string name)
Parameters
System. The value. |
System. The name. |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
System. The name. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System. The value. |