ClassKendoAngularGridGroup
KendoAngularGridGroup control wrapper.
Definition
Namespace:Telerik.TestingFramework.Controls.KendoUI.Angular.Grid
Assembly:Telerik.TestingFramework.Controls.KendoUI.Angular.dll
Syntax:
public class KendoAngularGridGroup : KendoAngularHtmlTableRowBase
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowKendoAngularHtmlTableRowBaseKendoAngularGridGroup
Inherited Members
Constructors
KendoAngularGridGroup()
Initializes a new instance of the KendoAngularGridGroup class.
Declaration
public KendoAngularGridGroup()
KendoAngularGridGroup(Element)
Initializes a new instance of the KendoAngularGridGroup class.
Declaration
public KendoAngularGridGroup(Element element)
Parameters
element
Properties
GroupIndex
The KendoAngularGridGroup index within all grouping items.
GroupText
Gets current KendoAngularGridGroup text
ParentGrid
Gets the parent grid of the group.
Declaration
public KendoAngularGrid ParentGrid { get; }
Property Value
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