Class StyleSheet
Inheritance
System.Object
StyleSheet
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 StyleSheet
Constructors
StyleSheet()
Initializes a new instance of the StyleSheet class.
Declaration
public StyleSheet()
Properties
PropertySettingGroups
Gets a collection of the property setting groups for the property setting group.
Declaration
public List<PropertySettingGroup> PropertySettingGroups { get; }
Property Value
System.Collections.Generic.List<PropertySettingGroup>
|
Methods
Apply(RadObject, Boolean)
Applies contained property setting groups, if their conditions are ture.
Declaration
public void Apply(RadObject radObject, bool initializing)
Parameters
RadObject
radObject
The element. |
System.Boolean
initializing
Specifies whether to apply initial condition if the element is in other state. |