ClassKendoPanel
KendoPanel control.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI
Assembly:Telerik.TestingFramework.Controls.KendoUI.dll
Syntax:
public class KendoPanel : KendoUIControlBase
Inheritance: objectControlHtmlControlKendoUIControlBaseKendoPanel
Inherited Members
Constructors
KendoPanel()
Initializes a new instance of the KendoPanel class.
Declaration
public KendoPanel()
KendoPanel(Element)
Initializes a new instance of the KendoPanel class.
Properties
Disabled
Returns 'true' if the Panel is disabled. Otherwise 'false'.
Declaration
public bool Disabled { get; }
Property Value
Whether the Panel is disabled
Expanded
Returns 'true' if the Panel is expanded. Otherwise 'false'.
PanelBar
Returns the parent PanelBar of the Panel.
PanelIndex
Returns the index of the current panel.
PanelTitle
Gets current KendoPanel title.
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