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

CSSItem

Class

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class CSSItem

Inheritance: objectCSSItem

Constructors

C#
public CSSItem()

Fields

C#
public List<CSSItem> childItems

Properties

C#
public string name { get; set; }
C#
public string this[string name] { get; }
Parameters:namestring
C#
public string value { get; set; }