| Class | Description |
|---|---|
| BaseDropDownField | Represents a field that is displayed as a drop-down list in a data-bound control. |
| DetailsViewCommandBar | Represents a command bar attached to a DetailsView control. |
| DropDownField | Represents a field that displays items of an external data source as a drop-down list in a data-bound control. |
| EnumDropDownField | Represents a field that displays enum values as a drop-down list in a data-bound control. |
| EqualsQueryField | A SimpleQueryField implementation which filters with the equality operator. |
| GenomeReferenceField | Represents a field that displays a persistent reference as a drop-down list in a data-bound control. |
| LabelWithValue | Represents a label control with an associated value. |
| LikeQueryField | A SimpleQueryField implementation which filters with the LIKE operator. |
| MinimizablePanel | Represents a panel that can be collapsed or expanded to hide or show its inner content. |
| QueryCommandField | Represents a special field that displays command buttons to perform search-related operations in a QueryForm control. |
| QueryEqualityFilter | Represents a simple filter criteria that uses the equality operator to filter a business property with value. |
| QueryField | Serves as the base class for all query field types which represent a corresponding filter UI and logic in a QueryForm control. |
| QueryFieldCell | Represents a cell in the rendered table of a QueryForm control. |
| QueryFieldCollection | Represents a collection of QueryField objects that are used by a QueryForm control. |
| QueryFilterCollection | Represents a collection of IQueryFilter objects. |
| QueryForm | Renders a query-by-example form that performs filtering on a persistent data source. |
| QueryFormCommandEventArgs | Provides data for the QueryForm.Command event of the QueryForm control. |
| QueryFormFilterEventArgs | Provides data for the QueryForm.Filter event of the QueryForm control. |
| QueryFormRow | Represents a row within a QueryForm control. |
| QueryLikeFilter | Represents a simple filter criteria that uses the LIKE operator to filter a business property with value. |
| QueryReferenceFilter | Represents a simple filter criteria that filters a reference property with a reference value. |
| QuerySimpleFilter | Represents a simple filter criteria that filters a business property with a value. |
| ReferenceQueryField | Represents a query field that filters a persistent reference property and displays a drop-down list in a QueryForm control. |
| SimpleQueryField | Serves as the base class for simple query field types which render a single TextBox and filter a selected business property with the value. |
| Tab | Represents a control that renders a tab within a TabView control. |
| TabView | Represents a control that renders a group of Tab controls. |
| TemplateQueryField | Represents a query field that displays custom content and performs custom filter logic in a QueryForm control. |
| Interface | Description |
|---|---|
| IQueryFilter | Represents a filter criteria. |
| IQueryFilterCollection | Represents a collection of IQueryFilter objects. |
| Delegate | Description |
|---|---|
| QueryFormCommandEventHandler | Represents the method that will handle the QueryForm.Command event of the QueryForm control. |
| QueryFormFilterEventHandler | Represents the method that will handle the QueryForm.Filter event of the QueryForm control. |