xtratreelist
XtraTreeList - How can I reset the value of Unbound Boolean Cell to Indeterminate?
I have开发者_StackOverflow中文版 an XtraTreeList with an UnboundColumn of type Boolean, i.e.: column.UnboundType = DevExpress.XtraTreeList.Data.UnboundColumnType.Boolean;[详细]
2023-03-31 22:29 分类:问答XtraTreeList CheckEdit Set Value?
I am using the DevExpress TreeList control, and have several columns which contain a Check Box, i.e. I have set the ColumnEdit property to a RepositoryCheckEdit.[详细]
2023-03-27 13:48 分类:问答How to get access to the object bound to node in DevExpress XtraTreeList?
I have create开发者_运维问答d an XtraTreeList control that is bound to my bindingSource and it uses a list of custom objects. The MultiSelect property is set to true, so when the user selects multiple[详细]
2023-03-07 18:49 分类:问答XtraTreeList DevExpress
I am using treelist.OptionsView.ShowCheckBoxes = true; but that shows checkbox on all nodes. I want only child nodes to show CheckBox and not parent node. Any way to imple开发者_StackOverflow中文版men[详细]
2023-03-05 13:35 分类:问答DevExpress DragDrop in treelist throws HRESULT 800ac472
开发者_如何学PythonI observed that, when I drag and drop from parent node to its child node(which technically should not be allowed in a treeview), throws HRESULT 800ac472 exception. It won\'t even go[详细]
2023-03-02 11:54 分类:问答how to get parent node index when parent node is inserted at runtime in treelist?
I\'ve added parent node at runtime as TreeListNode parentNode1 = treeList1.AppendNode(new object[] { \"BuiltIn Groups\"}, null);[详细]
2023-03-01 13:53 分类:问答Showing Editors on click of a node in Xtratreelist
I am using the latest version of DevExpress XtratreeList and have a requirement of showing editors on click of each node on the tree. Please see this screenshot http://community.devexpress.com/forums/[详细]
2023-02-24 11:51 分类:问答DevExpress XtraTreeList DragDrop
I am looking for a tutorial to build Drag-Drop of Node in开发者_StackOverflow中文版side same treeist with DevExpress XtraTreeList.Set the TreeList\'s OptionsBehavior.DragNodes property to true.This wi[详细]
2023-02-22 16:36 分类:问答Problem with image column in XtraTreeList
I use XtraTreeList control. There are 2 columns: first for text and second for icon Problem : I can\'t change default icon (zero index in corresponding imagelist). There are 3 images in imagelist.[详细]
2023-02-22 12:11 分类:问答Devexpress Xtratreelist - Problem with focusing node that is invisible
I have devexpress xtralist on window form. Now when that tree becomes full that is some nodes are not visible there on tree.[详细]
2023-02-11 21:18 分类:问答