ClassGroupPanelItemLite
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 GroupPanelItemLite : HtmlSpan
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlSpanGroupPanelItemLite
Inherited Members
Constructors
GroupPanelItemLite()
Initializes a new instance of the GridGroupPanelItem class.
Declaration
cs-api-definition
public GroupPanelItemLite()
GroupPanelItemLite(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