| description | CustomEntries Element for CustomControl for Controls for View |
|---|---|
| ms.date | 08/20/2021 |
| title | CustomEntries Element for CustomControl for Controls for View |
Provides the definitions for the control. This element is used when defining controls that can be used by a view.
- Configuration Element
- ViewDefinitions Element
- View Element
- Controls Element
- Control Element
- CustomControl Element
- CustomEntries Element
<CustomEntries>
<CustomEntry>...</CustomEntry>
</CustomEntries>The following sections describe attributes, child elements, and parent elements of the
CustomEntries element. There is no maximum limit to the number of child elements that can be
specified.
None.
| Element | Description |
|---|---|
| CustomEntry Element for CustomEntries for Controls for View | Required element. Provides a definition of the control. |
| Element | Description |
|---|---|
| CustomControl Element for Control for Controls for View | Defines the control used by the view. |
In most cases, a control has only one definition, which is specified in a single CustomEntry
element. However, it is possible to provide multiple definitions if you want to use the same control
to display different .NET objects. In those cases, you can define a CustomEntry element for each
object or set of objects.
CustomEntry Element for CustomEntries for Controls for View