| | |
| | | rhs.OptionsView.FocusRectStyle = DrawFocusRectStyle.None; |
| | | rhs.OptionsSelection.SelectNodesOnRightClick = true; |
| | | rhs.ViewStyle = TreeListViewStyle.TreeView; |
| | | rhs.RowHeight = height; |
| | | |
| | | |
| | | rhs.RowHeight = height; |
| | | |
| | | rhs.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | rhs.OptionsFind.ShowCloseButton = false; |
| | |
| | | rhs.InitialDefaultSettings(height); |
| | | rhs.CheckBoxFieldName = checkBoxFieldName;//多选框绑定列名 |
| | | rhs.OptionsBehavior.AllowRecursiveNodeChecking = true;//获取或设置父节点时是否自动检查/取消检查子节点 |
| | | rhs.OptionsView.CheckBoxStyle = DefaultNodeCheckBoxStyle.Check;//设置勾选框样式 |
| | | rhs.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Check;//设置勾选框样式 |
| | | } |
| | | |
| | | /// <summary> |