ClassGridGroupPanelItem
Class
Represents the RadGrid for ASP.NET AJAX group panel item control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class GridGroupPanelItem : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellGridGroupPanelItem
Inherited Members
Constructors
GridGroupPanelItem()
Initializes a new instance of the GridGroupPanelItem class.
Declaration
cs-api-definition
public GridGroupPanelItem()
GridGroupPanelItem(Element)
Initializes a new instance of the GridGroupPanelItem class.
Properties
Index
The index of the GroupPanelItem.
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides