InterfaceITreeNodeWithKey
Interface
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