Interface ITreeNodeWithKey
Namespace: Telerik.OpenAccess.Util
Assembly: Telerik.OpenAccess.dll
Syntax
public interface ITreeNodeWithKey
Properties
Children
Declaration
IEnumerable Children { get; }
Property Value
System.
|
IsExpanded
Declaration
bool IsExpanded { get; set; }
Property Value
System.
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.
|