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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class StyleSheet

Inheritance: objectStyleSheet

Constructors

Initializes a new instance of the StyleSheet class.

C#
public StyleSheet()

Properties

Gets a collection of the property setting groups for the property setting group.

C#
public List<PropertySettingGroup> PropertySettingGroups { get; }

Methods

Applies contained property setting groups, if their conditions are ture.

C#
public void Apply(RadObject radObject, bool initializing)
Parameters:radObjectRadObject

The element.

initializingbool

Specifies whether to apply initial condition if the element is in other state.