Class TreeListDataItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class TreeListDataItem : HtmlTableRow
Constructors
TreeListDataItem()
Declaration
public TreeListDataItem()
TreeListDataItem(Element)
Properties
AllCells
Declaration
public IList<TreeListDataCell> AllCells { get; }
Property Value
System.Collections.Generic.IList<TreeListDataCell>
|
CanEdit
Declaration
public bool CanEdit { get; }
Property Value
System.Boolean
|
CanExpand
Declaration
public bool CanExpand { get; }
Property Value
System.Boolean
|
CanLiteExpand
Declaration
[Obsolete("This method is obsolete. Use CanExpand instead.", false)]
public bool CanLiteExpand { get; }
Property Value
System.Boolean
|
CanSelect
Declaration
public bool CanSelect { get; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Edited
Declaration
public bool Edited { get; }
Property Value
System.Boolean
|
Expanded
Declaration
public bool Expanded { get; }
Property Value
System.Boolean
|
FirstDataCell
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
LevelIndex
Declaration
public int LevelIndex { get; }
Property Value
System.Int32
|
LiteExpanded
Declaration
[Obsolete("This method is obsolete. Use Expanded instead.", false)]
public bool LiteExpanded { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NestedLevel
Declaration
public int NestedLevel { get; }
Property Value
System.Int32
|
Selected
Declaration
public bool Selected { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Collapse()
Declaration
public void Collapse()
ControlAssert()
Expand()
Declaration
public void Expand()
GetAbsoluteRowIndex(String)
Declaration
public static int GetAbsoluteRowIndex(string id)
Parameters
System.String
id
|
Returns
System.Int32
|
GetRowIndex(String)
Declaration
public static int GetRowIndex(string id)
Parameters
System.String
id
|
Returns
System.Int32
|
LiteCollapse()
Declaration
[Obsolete("This method is obsolete. Use Collapse instead.", false)]
public void LiteCollapse()
LiteExpand()
Declaration
[Obsolete("This method is obsolete. Use Expand instead.", false)]
public void LiteExpand()
Select()
Declaration
public void Select()