Devexpress Treelist 的核心功能有哪些?
- 内容介绍
- 文章标签
- 相关推荐
本文共计1943个文字,预计阅读时间需要8分钟。
plaintext点击折叠 + this.treeList1.CollapseAll();
一、简介
二、属性列表
1.OptionsSelection
- EnableAppearanceFocusedCell:选中的Cell的Appearance设置是否可用。默认为True; - EnableAppearanceFocusedRow:选中的Node的是否可用。节点折叠 this.treeList1.CollapseAll();
一、简介
二、属性列表
1、OptionsSelection:
EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True;
EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可用。默认为True
InvertSelection:设置选中风格是只应用于选中的Cell,还是应用于除选中的Cell之外的所有Cell。默认为False,即后者;
MultiSelect:是否可以选择多个Node。默认为False。
2、OptionsView:
AutoCalcPreviewLineCount:是否自动计算预览节段的高度。
本文共计1943个文字,预计阅读时间需要8分钟。
plaintext点击折叠 + this.treeList1.CollapseAll();
一、简介
二、属性列表
1.OptionsSelection
- EnableAppearanceFocusedCell:选中的Cell的Appearance设置是否可用。默认为True; - EnableAppearanceFocusedRow:选中的Node的是否可用。节点折叠 this.treeList1.CollapseAll();
一、简介
二、属性列表
1、OptionsSelection:
EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True;
EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可用。默认为True
InvertSelection:设置选中风格是只应用于选中的Cell,还是应用于除选中的Cell之外的所有Cell。默认为False,即后者;
MultiSelect:是否可以选择多个Node。默认为False。
2、OptionsView:
AutoCalcPreviewLineCount:是否自动计算预览节段的高度。

