Class RadTreeNode
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 RadTreeNode : HtmlContainerControl
Constructors
RadTreeNode()
Declaration
public RadTreeNode()
RadTreeNode(Element)
Properties
Category
Declaration
public string Category { get; set; }
Property Value
System.String
|
Checkable
Declaration
public bool Checkable { get; }
Property Value
System.Boolean
|
Checked
Declaration
public bool Checked { get; set; }
Property Value
System.Boolean
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
ContextMenuId
Declaration
public string ContextMenuId { get; set; }
Property Value
System.String
|
ContextMenuShown
Declaration
public bool ContextMenuShown { get; }
Property Value
System.Boolean
|
EditInputElement
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
Expandable
Declaration
public bool Expandable { get; }
Property Value
System.Boolean
|
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
System.Boolean
|
HasChildren
Declaration
public bool HasChildren { get; }
Property Value
System.Boolean
|
HasContextMenu
Declaration
public bool HasContextMenu { get; }
Property Value
System.Boolean
|
HierarchicalIndex
Declaration
public string HierarchicalIndex { get; }
Property Value
System.String
|
Index
Declaration
public int Index { get; }
Property Value
System.Int32
|
IsInEditMode
Declaration
public bool IsInEditMode { get; }
Property Value
System.Boolean
|
Level
Declaration
public int Level { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
NavigateUrl
Nodes
Declaration
public IList<RadTreeNode> Nodes { get; }
Property Value
System.Collections.Generic.IList<RadTreeNode>
|
NodeValue
Declaration
public string NodeValue { get; }
Property Value
System.String
|
ParentNode
PostBack
Declaration
public bool PostBack { get; set; }
Property Value
System.Boolean
|
Selected
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|
ShouldNavigate
Target
Declaration
public string Target { get; set; }
Property Value
System.String
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; }
Property Value
System.Boolean
|
Methods
AssignElement(Element)
Check()
Declaration
public void Check()
Click()
Click(Boolean)
Declaration
public override void Click(bool isClosing)
Parameters
System.Boolean
isClosing
|
Overrides
Collapse()
Declaration
public void Collapse()
ControlAssert()
Disable()
Declaration
public void Disable()
DragAndDropTo(HtmlControl)
DragAndDropTo(RadTreeNode)
DragAndDropWithOffset(Int32, Int32)
Declaration
public void DragAndDropWithOffset(int offsetX, int offsetY)
Parameters
System.Int32
offsetX
|
System.Int32
offsetY
|
EditNode()
Declaration
public void EditNode()
Enable()
Declaration
public void Enable()
Expand()
Declaration
public void Expand()
FindNode(Predicate<RadTreeNode>)
Declaration
public RadTreeNode FindNode(Predicate<RadTreeNode> predicate)
Parameters
System.Predicate<RadTreeNode>
predicate
|
Returns
RadTreeNode
|
FindNodeByText(String)
Declaration
public RadTreeNode FindNodeByText(string nodeText)
Parameters
System.String
nodeText
|
Returns
RadTreeNode
|
FindNodeByValue(String)
Declaration
public RadTreeNode FindNodeByValue(string nodeValue)
Parameters
System.String
nodeValue
|
Returns
RadTreeNode
|
FindNodes(Predicate<RadTreeNode>)
Declaration
public IList<RadTreeNode> FindNodes(Predicate<RadTreeNode> predicate)
Parameters
System.Predicate<RadTreeNode>
predicate
|
Returns
System.Collections.Generic.IList<RadTreeNode>
|
Highlight()
Declaration
public void Highlight()
Navigate()
Select()
Declaration
public void Select()
ShowContextMenu()
Declaration
public void ShowContextMenu()
Toggle()
Declaration
public void Toggle()
Uncheck()
Declaration
public void Uncheck()
UNHighlight()
Declaration
public void UNHighlight()
Unselect()
Declaration
public void Unselect()