| description | CustomEntries Element for CustomControl for View |
|---|---|
| ms.date | 08/20/2021 |
| title | CustomEntries Element for CustomControl for View |
Provides the definitions of the custom control view. The custom control view must specify one or more definitions.
- Configuration Element
- ViewDefinitions Element
- View Element
- CustomControl Element
- CustomEntries Element
<CustomEntries>
<CustomEntry>...</CustomEntry>
</CustomEntries>The following sections describe attributes, child elements, and the parent element of the
CustomControlEntries element. You must specify one or more child elements.
None.
| Element | Description |
|---|---|
| CustomEntry Element for CustomEntries for View | Required element. Provides a definition of the custom control view. |
| Element | Description |
|---|---|
| CustomControl Element for View | Required element. Defines a custom control format for the view. |
In most cases, a control has only one definition, which is defined in a single CustomEntry
element. However it is possible to have 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.
CustomControl Element for View