Click or drag to resize
TreeViewConfig Class
TreeViewConfig 类
Inheritance Hierarchy
SystemObject
  Appkit.IOConfigBase
    Appkit.DataTreeViewConfig

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

The TreeViewConfig type exposes the following members.

Constructors
  NameDescription
Public methodTreeViewConfig(String)
通过标识构造一个 TreeViewConfig 对象
Public methodTreeViewConfig(String, String)
通过标识及指定的文档构造一个 TreeViewConfig 对象
Top
Methods
  NameDescription
Public methodStatic memberGetConfigPath(String)
获取配置文档。
Public methodStatic memberGetConfigPath(String, String)
获取配置文档。
Public methodStatic memberGetConfigPaths(String)
获取所有存在的配置文档路径
Public methodStatic memberGetConfigPaths(String, String)
获取所有存在的配置文档路径
Public methodStatic memberGetConfigPaths(String, String, String)
获取配置文档路径的集合
Public methodStatic memberGetConfigPaths(String, String, String, Boolean)
获取配置文档路径的集合
Public methodStatic memberGetCustomConfigPath
获取自定义树型表配置文档的路径
Public methodStatic memberGetLevelConfigPath
获取指定级别的配置文档。
Public methodGetPropertyName
按指定索引查询可供分组分级属性的名称
Public methodStatic memberGetSpecialNames
获取特定命名的配置的名称集合
Public methodPropertyIsChecked
按指定索引获取可供分组分级属性是否被选中使用
Public methodSave
保存树型表的配置到文档
Public methodStatic memberUpdateUserSpecialNameConfig
更新或创建用户/角色/部门级特定命名的设置
Top
Properties
  NameDescription
Public propertyFolderOnly
是否仅创建目录节点
Public propertyImg
根节点图片
Public propertyImgType
根节点图片类型
Public propertyItem
获取指定索引的配置条目
Public propertyKeyCount
可供分组分级的属性的数目
Public propertyKeys
分组分级属性名称的集合
Public propertyPageSize
每页行数
Public propertyShowCount
目录节点是否显示数量
Public propertyShowLevel
默认显示级数
Public propertyTableConfig
目录节点搜索的表格显示设置
Public propertyWidth
树型视图宽度
Top
See Also