ClassGridGroupPanelRowMobile
Represents the RadGrid for ASP.NET AJAX group panel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridGroupPanelRowMobile : HtmlTableRow
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowGridGroupPanelRowMobile
Inherited Members
Constructors
GridGroupPanelRowMobile()
Initializes a new instance of the GridGroupPanel class.
Declaration
public GridGroupPanelRowMobile()
GridGroupPanelRowMobile(Element)
Initializes a new instance of the GridGroupPanel class.
Declaration
public GridGroupPanelRowMobile(Element element)
Parameters
element
Properties
ExpandedMobile
Get whether the group is expanded.
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
ShowGroups()
Click sort ascending button of mobile columns form.
Declaration
public void ShowGroups()