Click or drag to resize
OrderByConfigSave 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[] options
)

Parameters

propNames
Type: SystemString
可供选择的属性集合
checkedPropNames
Type: SystemString
被选择的属性集合
options
Type: SystemString
排序选项集合
See Also