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

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)
Parameters:typeBuilderRegistrationTypeelementTypestringcontrolTypestringelementNamestringcontrolNamestring

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)
Parameters:relationRadStylesheetRelationReturns:

bool