CustomEntries Element for CustomControl for View
Provides the definitions of the custom control view. The custom control view must specify one or more definitions.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- CustomControl Element
- CustomEntries Element
Syntax
<CustomEntries>
<CustomEntry>...</CustomEntry>
</CustomEntries>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
CustomControlEntries
element. You must specify one or more child elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
CustomEntry Element for CustomEntries for View | Required element. Provides a definition of the custom control view. |
Parent Elements
Element | Description |
---|---|
CustomControl Element for View | Required element. Defines a custom control format for the view. |
Remarks
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.
See Also
CustomControl Element for View