Click or drag to resize
TreeViewConfigSave Method
保存树型表的配置到文档

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void Save(
	string[] propNames,
	string[] checkedPropNames,
	string[] imgTypes,
	string[] imgs,
	string[] descs
)

Parameters

propNames
Type: SystemString
可供选择的属性集合
checkedPropNames
Type: SystemString
被选择的属性集合
imgTypes
Type: SystemString
节点图片类型集合
imgs
Type: SystemString
节点图片集合
descs
Type: SystemString
显示信息集合
See Also