ClassTreeListFooterCell
Class
Represents the RadTreeList for ASP.NET AJAX footer cell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class TreeListFooterCell : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellTreeListFooterCell
Inherited Members
Constructors
TreeListFooterCell()
Initializes a new instance of the TreeListFooterCell class.
Declaration
cs-api-definition
public TreeListFooterCell()
TreeListFooterCell(Element)
Initializes a new instance of the TreeListFooterCell class.
Properties
CellText
The text of this TreeList footer cell.
LocatorExpression
Get the locator FindParam.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
cs-api-definition
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.