AggrColumnRow class
Represents an aggregate function used in SELECT clause of SQL query (e.g. SELECT COUNT(Cust.Name))
ColumnButton class
Represents a button used for [Korzh.EasyQuery.Wpf.SimpleColumnRow](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/simplecolumnrow-class) and [Korzh.EasyQuery.Wpf.AggrColumnRow](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/aggrcolumnrow-class)
ColumnsPanel class
Represents a set of columns used in SELECT clause in SQL query.
ColumnsPanel.EditModeKind enum
Represents different types of modifications in query columns panel available for users.
ConditionButton class
Used for operations with condition rows (e.g. create, delete, move)
ConditionGroupRow class
Used for linking conditions in groups
DateEditXElement class
Used for user text input
DateXElement class
Used for picking date and time for query conditions
EditModeKind enum
Represents different types of modifications in [Korzh.EasyQuery.Wpf.QueryPanel](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/querypanel-class) object available for users.
EditXElement class
Used for user text input
EntitiesPanel class
Represents entities and their attributes in an hierarchical structure
EntityTreeNode class
Used to add [Korzh.EasyQuery.Wpf.EntityTreeNode.IsChecked](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/entitytreenode-class) property to [Korzh.EasyQuery.Entity](api-reference/korzh-easyquery/korzh-easyquery-namespace/entity-class) objects
ImageLoader class
A container of some bitmaps loaded from resources
ItemAddingEventArgs class
Represents event data for FilterEntity event
IXElementCreator interface
Represents the interface for custom elements' creators
License class
Static class that allows you to set the license key for EasyQuery.
ListBoxExtenders class
This class contains a few useful extenders for the ListBox
ListRequestEventArgs class
Provides data for ListRequest event.
ListXElement class
Used for picking a value from the list
QueryPanel class
Used for building query conditions (WHERE section in SQL statement)
SimpleColumnRow class
Represents a column used in SELECT clause of SQL query
SimpleConditionRow class
Represents simple condition in WHERE section in SQL statement (e.g. WHERE City='London')
SimpleSortingRow class
Used in [Korzh.EasyQuery.Wpf.SortingPanel](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/sortingpanel-class)
SortingButton class
Represents a button used for [Korzh.EasyQuery.Wpf.SimpleSortingRow](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/simplesortingrow-class)
SortingPanel class
Represents query columns sorting order (ORDER BY section in SQL statement)
SubQueryXElement class
Used for creating conditions that contain subqueries
TextResources class
Manages texts for all EasyQuery WinControls visual objects
ValueItem class
Base class for items in lists and context menus
ValueItemList class
List of [Korzh.EasyQuery.Wpf.ValueItem](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/valueitem-class)'s
ValueRequestEventArgs class
Provides data for ValueRequest event.
WpfControlsExtensions class
Some useful extension methods for WPF controls
XElement class
Base class for any elements used in EasyQuery
XElementList class
List of [Korzh.EasyQuery.Wpf.XElement](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/xelement-class)'s
XPanel class
Base class for all panels used in EasyQuery
XRow class
Base class for use in [Korzh.EasyQuery.Wpf.XPanel](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/xpanel-class).
XRowList class
List of [Korzh.EasyQuery.Wpf.XRow](api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/xrow-class)'s
XSortOrder enum
Represents sorting direction.