Class RadStylesheetRelation
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadStylesheetRelation
Constructors
RadStylesheetRelation()
Initializes a new instance of the RadStylesheetRelation class.
Declaration
public RadStylesheetRelation()
RadStylesheetRelation(BuilderRegistrationType, String, String, String, String)
Declaration
public RadStylesheetRelation(BuilderRegistrationType type, string elementType, string controlType, string elementName, string controlName)
Parameters
BuilderRegistrationType
type
|
System.String
elementType
|
System.String
controlType
|
System.String
elementName
|
System.String
controlName
|
Properties
ControlName
Gets or sets a value indicating the control name.
Declaration
public string ControlName { get; set; }
Property Value
System.String
|
ControlType
Gets or sets a string value indicating the control type.
Declaration
public string ControlType { get; set; }
Property Value
System.String
|
ElementName
Gets or sets a string value indicating the element name.
Declaration
public string ElementName { get; set; }
Property Value
System.String
|
ElementType
Gets or sets a string value indicating the element type.
Declaration
public string ElementType { get; set; }
Property Value
System.String
|
RegistrationType
Gets or sets a value indicating the builder registration type.
Declaration
public BuilderRegistrationType RegistrationType { get; set; }
Property Value
BuilderRegistrationType
|
Methods
Equals(RadStylesheetRelation)
Determines whether the specified relation is equal to this one.
Declaration
public bool Equals(RadStylesheetRelation relation)
Parameters
RadStylesheetRelation
relation
|
Returns
System.Boolean
|