Show / Hide Table of Contents

Class SoTreeNode

Inheritance
Object
SoTreeNode
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoTreeNode

Constructors

SoTreeNode(String, String)

Declaration
public SoTreeNode(string value, string displayText)
Parameters
Type Name Description
String value
String displayText

Properties

ChildNodes

Declaration
public List<SoTreeNode> ChildNodes { get; }
Property Value
Type Description
List<SoTreeNode>

Expanded

Declaration
public bool Expanded { get; set; }
Property Value
Type Description
Boolean

ImageUrl

Declaration
public string ImageUrl { get; set; }
Property Value
Type Description
String

NavigateUrl

Declaration
public string NavigateUrl { get; set; }
Property Value
Type Description
String

Parent

Declaration
public SoTreeNode Parent { get; set; }
Property Value
Type Description
SoTreeNode

SelectAction

Declaration
public SoTreeNodeSelectAction SelectAction { get; set; }
Property Value
Type Description
SoTreeNodeSelectAction

Selected

Declaration
public bool Selected { get; set; }
Property Value
Type Description
Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
String

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
String

Methods

Add(SoTreeNode)

Declaration
public void Add(SoTreeNode node)
Parameters
Type Name Description
SoTreeNode node

Remove(SoTreeNode)

Declaration
public void Remove(SoTreeNode node)
Parameters
Type Name Description
SoTreeNode node
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top