description | ms.date | ms.topic | title |
---|---|---|---|
Configuration Element |
08/20/2021 |
reference |
Configuration Element |
Represents the top-level element of a formatting file.
- Configuration Element
<Configuration>
<DefaultSettings>...</DefaultSettings>
<SelectionSets>...</SelectionSets>
<Controls>...</Controls>
<ViewDefinitions>...</ViewDefinitions>
</Configuration>
The following sections describe the attributes, child elements, and the parent element of the
Configuration
element. This element must be the root element for each formatting file, and this
element must contain at least one child element.
None.
Element | Description |
---|---|
Controls Element for Configuration | Optional element. Defines the common controls that can be used by all views of the formatting file. |
DefaultSettings Element | Optional element. Defines common settings that apply to all the views of the formatting file. |
SelectionSets Element Format | Optional element. Defines the common sets of .NET objects that can be used by all views of the formatting file. |
ViewDefinitions Element | Optional element. Defines the views used to display objects. |
None.
Formatting files define how objects are displayed. In most cases, this root element contains a ViewDefinitions element that defines the table, list, and wide views of the formatting file. In addition to the view definitions, the formatting file can define common selection sets, settings, and controls that those views can use.