ClassExpandAllItemMobile
Represents the RadGrid for ASP.NET AJAX gexpand all control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class ExpandAllItemMobile : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellExpandAllItemMobile
Inherited Members
Constructors
ExpandAllItemMobile()
Initializes a new instance of the GridGroupPanel class.
Declaration
public ExpandAllItemMobile()
ExpandAllItemMobile(Element)
Initializes a new instance of the GridGroupPanel class.
Declaration
public ExpandAllItemMobile(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.
ExpandAll()
Click sort ascending button of mobile columns form.
Declaration
public void ExpandAll()