ClassKendoAngularSwitch
KendoAngularSwitch control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Switch
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularSwitch : KendoAngularContainerControlBase
Inheritance: objectControlHtmlControlHtmlContainerControlKendoAngularContainerControlBaseKendoAngularSwitch
Inherited Members
Constructors
KendoAngularSwitch()
Initializes a new instance of the KendoAngularSwitch class.
Declaration
public KendoAngularSwitch()
KendoAngularSwitch(Element)
Initializes a new instance of the KendoAngularSwitch class.
Properties
IsSwitchOn
Gets 'true' if the Switch is On. Otherwise 'false'.
Declaration
public bool IsSwitchOn { get; }
Property Value
Whether the Switch is On.
OffStateLabel
Gets the label Off state of the switch
OnStateLabel
Gets the label On state of the switch
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
InitializeMatchExpression()
Initializes the control match expression pattern used to identify an element as a specific control.
Declaration
protected override void InitializeMatchExpression()
Overrides