Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadStylesheetRelation
Inheritance: objectRadStylesheetRelation
Constructors
Initializes a new instance of the RadStylesheetRelation class.
C#
public RadStylesheetRelation()
C#
public RadStylesheetRelation(BuilderRegistrationType type, string elementType, string controlType, string elementName, string controlName)
Properties
Gets or sets a value indicating the control name.
C#
public string ControlName { get; set; }
Gets or sets a string value indicating the control type.
C#
public string ControlType { get; set; }
Gets or sets a string value indicating the element name.
C#
public string ElementName { get; set; }
Gets or sets a string value indicating the element type.
C#
public string ElementType { get; set; }
Gets or sets a value indicating the builder registration type.
C#
public BuilderRegistrationType RegistrationType { get; set; }
Methods
Determines whether the specified relation is equal to this one.
C#
public bool Equals(RadStylesheetRelation relation)