ClassTreeListCommandItem
Represents the RadTreeList for ASP.NET AJAX footer cell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class TreeListCommandItem : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellTreeListCommandItem
Inherited Members
Constructors
TreeListCommandItem()
Initializes a new instance of the TreeListCommandItem class.
Declaration
public TreeListCommandItem()
TreeListCommandItem(Element)
Initializes a new instance of the TreeListCommandItem class.
Declaration
public TreeListCommandItem(Element element)
Parameters
element
Properties
LocatorExpression
Get the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the control element.
Declaration
public override void AssignElement(Element e)
Parameters
e
The underlying element object.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
ExportButtonClick(TreeListExportType)
Expand/collapse button click to expand/collapse the item. Throws InvalidOperationException in case there is no expand/collapse button.
Declaration
public void ExportButtonClick(TreeListExportType export)
Parameters
export