-
Notifications
You must be signed in to change notification settings - Fork 5
Controls
Jeremy Thomas edited this page Dec 11, 2017
·
2 revisions
- DataTreeView. An enhanced version of thisDatabound TreeView control. It’s used in the LINQPad Hierarchy Editor and in the Organization Structure form in the AW example application.
- HierarchyEditor, based on the DataTreeView, for displaying and editingAdjacency List (self referencing) data. (Available in LINQPad )
- GridDataEditor. Essentially a pagedDataGridView, implemented as a UserControl containing an ADGV.AdvancedDataGridView and twoBindingNavigator’s, one for the data and one for the pages. (Available in LINQPad) It is used in the LINQPad DataEditor, Entity Data Browser, LINQPad Hierarchy Editor, QueryRunner control, Object Inspector and the Enumerable Debugger Visualizer
- Entity Browser to browse and editLLBLGen Pro entities from a database. (Available in LINQPad ) Examples of it being used outside LINQPad are in theNorthwind.Win Exe and in the AW.Win Exe
- Object Inspector for browsing the properties of an object and any objects it references. (Available in LINQPad ) It is used by the GridDataEditor
- QueryRunner. A query runner user control (poor man's version ofLINQPad using the C# Script Engine). It is used in the AW example application.