Class CSSItem
Inheritance
System.Object
CSSItem
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
Assembly: Telerik.WinControls.dll
Syntax
public class CSSItem
Constructors
CSSItem()
Declaration
public CSSItem()
Fields
childItems
Properties
Item[String]
Declaration
public string this[string name] { get; }
Parameters
System.String
name
|
Property Value
System.String
|
name
Declaration
public string name { get; set; }
Property Value
System.String
|
value
Declaration
public string value { get; set; }
Property Value
System.String
|