Click or drag to resize
NormListTreeNode Class
列表树节点
Inheritance Hierarchy
SystemObject
  Appkit.DataNormListTreeNode

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

The NormListTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyChildNodes
子节点集合
Public propertyCount
子节点的数目
Public propertyIndex
节点在所在深度级别中的索引顺序
Public propertyIsLastLevel
是否最后一级
Public propertyIsTotal
是否本组合计行节点
Public propertyItem
指定属性名称的值
Public propertyItemCount
对象的数目
Public propertyLevel
节点的深度级别
Public propertyParentNode
父节点
Public propertyPropertyDisplay
属性显示名称
Public propertyPropertyName
属性标识名称
Public propertyPropertyValue
属性值
Public propertyTotalChild
合计子节点
Top
See Also