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

Represents a registration for the Style Builder. The class is responsible for the serialization and deserialization of a group of telerik controls.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class XmlStyleBuilderRegistration

Inheritance: objectXmlStyleBuilderRegistration

Constructors

Initializes a new instance of the XmlStyleBuilderRegistration class.

C#
public XmlStyleBuilderRegistration()
C#
public XmlStyleBuilderRegistration(StyleGroup toCopyFrom)
Parameters:toCopyFromStyleGroup

Initializes a new instance of the XmlStyleBuilderRegistration class from xml style sheet, control type, and element type.

C#
public XmlStyleBuilderRegistration(XmlStyleSheet style, string controlType, string elementType)
Parameters:styleXmlStyleSheetcontrolTypestringelementTypestring

Properties

Gets or sets a value indicating the xml builder data.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public XmlBuilderData BuilderData { get; set; }

Gets or sets a string value indicating the builder type.

C#
public Type BuilderType { get; set; }
C#
public RadStyleSheetRelationList StylesheetRelations { get; }

Methods

Retrieves the style builder registration.

C#
public StyleGroup GetRegistration()
Returns:

StyleGroup