Click or drag to resize
ListTree Class
列表树
Inheritance Hierarchy
SystemObject
  Appkit.DataListTree

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class ListTree

The ListTree type exposes the following members.

Constructors
  NameDescription
Public methodListTree
通过一个 xml 文档及树型分组键值集合构造列表树对象
Top
Methods
  NameDescription
Public methodAddTotalProperty
添加合计属性
Public methodGetCount
指定层次节点的数目
Top
Properties
  NameDescription
Public propertyChildNodes
子节点集合
Public propertyCount
子节点的数目
Public propertyItemCount
对象的数目
Public propertyLevelKeys
列表树分级分组的键值
Public propertyTotal
是否分组合计
Public propertyTypeName
类型标识名称
Top
See Also