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

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class XmlStyleSheet : XmlBuilderData

Inheritance: objectXmlBuilderDataXmlStyleSheet

Constructors

C#
public XmlStyleSheet()
C#
public XmlStyleSheet(StyleSheet style)
Parameters:styleStyleSheet

Properties

C#
public XmlPropertySettingGroupCollection PropertySettingGroups { get; }

Gets value indicating the location of the theme file that the XmlStyleSheet has been loaded from.

C#
public string ThemeLocation { get; }