ClassGridGroupHeader
Represents the RadGrid for ASP.NET AJAX group header control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridGroupHeader : HtmlTableRow
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableRowGridGroupHeader
Inherited Members
Constructors
GridGroupHeader()
Initializes a new instance of the GridGroupHeader class.
Declaration
public GridGroupHeader()
GridGroupHeader(Element)
Initializes a new instance of the GridGroupHeader class.
Properties
Expanded
Get whether the group is expanded.
ExpandedMobile
Declaration
[Obsolete("This method is obsolete. Use Expanded instead.", false)]
public bool ExpandedMobile { get; }
Property Value
GroupDataItemCount
Get the number of data items for the current group.
GroupDataItemCountMobile
Get the number of data items for the current group.
Declaration
[Obsolete("This method is obsolete. Use GroupDataItemCount instead.", false)]
public int GroupDataItemCountMobile { get; }
Property Value
HeaderText
The header text of the group.
LocatorExpression
Get the LocatorExpression 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
Collapse()
Initiates a 'collapse' action if this group is expanded.
Declaration
public void Collapse()
CollapseMobile()
Initiates a 'collapse' action if this group is expanded.
Declaration
public void CollapseMobile()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Expand()
Initiates an 'expand' action if this group is collapsed.
Declaration
public void Expand()
ExpandMobile()
Declaration
[Obsolete("This method is obsolete. Use Expand instead.", false)]
public void ExpandMobile()