Devexpress treelist 控件属性大全

简介: 属性列表 1、OptionsSelection: EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True; EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可用。

属性列表

1、OptionsSelection:

EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True;

EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可用。默认为True

InvertSelection:设置选中风格是只应用于选中的Cell,还是应用于除选中的Cell之外的所有Cell。默认为False,即后者;

MultiSelect:是否可以选择多个Node。默认为False。

2、OptionsView:

AutoCalcPreviewLineCount:是否自动计算预览节段的高度。默认为True;

AutoWidth:是否允许列自动调整宽度;默认为True;

EnableAppearanceEvenRow:生成偶数Node时,是采用由

TreeListAppearanceCollection.EvenRow属性提供的Appearance

设置,还是采用由TreeListAppearanceCollection.Row提供的

Appearance设置。默认为False,即后者;

EnableAppearanceOddRow:生成奇数Node时,是采用由

TreeListAppearanceCollection.OddRow属性提供的Appearance

设置,还是采用由TreeListAppearanceCollection.Row提供的

Appearance设置。默认为False,即后者;

ShowButtons:是否显示展开与收缩按钮。默认为True;

ShowCloumns:是否显示列标题。默认为True;

ShowFocusedFrame:在获得焦点的Cell上,是否显示焦点框架。默认为True;

ShowHorzLines:是否显示水平线。默认为True;

ShowIndentAsRowStyle:是否用相应Node的Appearance设置来生成Tree的缩进。默认为False

ShowIndicator:是否显示Node的指示符面板。默认为True;

ShowPreview:是否显示预览节段。默认为False;

ShowRoot:是否在根Node间显示连接线。默认为True;

ShowRowFooterSummary:是否显示分组脚注。默认为False;

ShowSummaryFooter:是否显示摘要脚注。默认为False;

ShowVertLines:是否显示垂直线。默认为True;

3、SelectImageList:选中Node时,显示图片的列表;

4、StateImageList:指明Node状态的图片的列表;

目录
相关文章
MFC基本控件4-列表框控件List Box
MFC基本控件4-列表框控件List Box
|
数据安全/隐私保护
DevExpress-GridControl控件-GridView使用
DevExpress-GridControl控件-GridView使用
|
C# 开发者
[UWP]新控件ColorPicker
原文:[UWP]新控件ColorPicker 1. 前言 Fall Creators Update中提供了一个新得ColorPicker控件,解决了以前选择颜色只能用Combo Box的窘境。 2. 一个简单的例子 如上所示,ColorPiker可以通过在光谱或色轮上拖动滑块,或者在RGB/HSV及十六进制的TextBox中直接输入颜色的数值改变Color属性。
1047 0
|
Windows 缓存 异构计算
背水一战 Windows 10 (72) - 控件(控件基类): UIElement - UIElement 的位置, UIElement 的布局, UIElement 的其他特性
原文:背水一战 Windows 10 (72) - 控件(控件基类): UIElement - UIElement 的位置, UIElement 的布局, UIElement 的其他特性 [源码下载] 背水一战 Windows 10 (72) - 控件(控件基类): UIElement - UIE...
1053 0