Class CSSGroup
Inheritance
System.Object
CSSGroup
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 CSSGroup
Constructors
CSSGroup()
Declaration
public CSSGroup()
Fields
BasedOn
Declaration
public List<string> BasedOn
Field Value
System.Collections.Generic.List<System.String>
|
items
Properties
childName
Declaration
public string childName { get; set; }
Property Value
System.String
|
isRoot
Declaration
public bool isRoot { get; set; }
Property Value
System.Boolean
|
Item[String]
Declaration
public CSSItem this[string name] { get; }
Parameters
System.String
name
|
Property Value
CSSItem
|
name
Declaration
public string name { get; set; }
Property Value
System.String
|
Methods
Contains(String)
Declaration
public bool Contains(string name)
Parameters
System.String
name
|
Returns
System.Boolean
|