Class SoTreeNode
Assembly: SuperOffice.CRMWeb.dll
Syntax
Constructors
SoTreeNode(String, String)
Declaration
public SoTreeNode(string value, string displayText)
Parameters
Properties
ChildNodes
Declaration
public List<SoTreeNode> ChildNodes { get; }
Property Value
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
ImageUrl
Declaration
public string ImageUrl { get; set; }
Property Value
NavigateUrl
Declaration
public string NavigateUrl { get; set; }
Property Value
Parent
Declaration
public SoTreeNode Parent { get; set; }
Property Value
SelectAction
Declaration
public SoTreeNodeSelectAction SelectAction { get; set; }
Property Value
Selected
Declaration
public bool Selected { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Methods
Add(SoTreeNode)
Declaration
public void Add(SoTreeNode node)
Parameters
Remove(SoTreeNode)
Declaration
public void Remove(SoTreeNode node)
Parameters