TypeName Element for EntrySelectedBy for GroupBy
Specifies a .NET type that uses this definition of the custom control. This element is used when defining how a new group of objects is displayed.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- GroupBy Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- EntrySelectedBy Element
- TypeName Element
Syntax
<TypeName>Nameof.NetType</TypeName>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the TypeName
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
EntrySelectedBy Element for CustomEntry for GroupBy | Defines the .NET types that use this control definition or the condition that must exist for this definition to be used. |
Text Value
Specify the fully qualified name of the .NET type, such as System.IO.DirectoryInfo
.
Remarks
Each control definition must have at least one type name, selection set, or selection condition defined.
For more information about the components of a custom control view, see Creating Custom Controls.
See Also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.