Click or drag to resize
IKaxTreeNodeContainer Interface
Defines properties that node containers (KaxTreeView, KaxTreeNode) should implement.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxTreeNodeContainer

The IKaxTreeNodeContainer type exposes the following members.

Properties
  NameDescription
Public propertyNodes
Gets the collection of child items.
Public propertyOwner
Gets the parent IKaxTreeNodeContainer.
Top
See Also