New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class CSSGroup

Inheritance: objectCSSGroup

Constructors

C#
public CSSGroup()

Fields

C#
public List<string> BasedOn
C#
public List<CSSItem> items

Properties

C#
public string childName { get; set; }
C#
public bool isRoot { get; set; }
C#
public string name { get; set; }
C#
public CSSItem this[string name] { get; }
Parameters:namestring

Methods

C#
public bool Contains(string name)
Parameters:namestringReturns:

bool