Interface
ITreeNodeWithKey

Definition

Namespace:Telerik.OpenAccess.Util

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public interface ITreeNodeWithKey

Properties

Children

Declaration

cs-api-definition
IEnumerable Children { get; }

Property Value

IEnumerable

IsExpanded

Declaration

cs-api-definition
bool IsExpanded { get; set; }

Property Value

bool

IsSelected

Declaration

cs-api-definition
bool IsSelected { get; set; }

Property Value

bool

Parent

Declaration

cs-api-definition
ITreeNodeWithKey Parent { get; }

Property Value

ITreeNodeWithKey

Methods

GetKey()

Declaration

cs-api-definition
TreeNodeKey GetKey()

Returns

TreeNodeKey