SelectionSetName Element for SelectionCondition for GroupBy
Specifies the set of .NET types that trigger the condition. When any of the types in this set are present, the condition is met, and the object is displayed by using this 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
- SelectionCondition Element
- SelectionSetName Element
Syntax
<SelectionSetName>NameofSelectionSet</SelectionSetName>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
SelectionSetName
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
SelectionCondition Element for EntrySelectedBy for GroupBy | Defines a condition that must exist for the control definition to be used. |
Text Value
Specify the name of the selection set.
Remarks
Selection sets are common groups of .NET objects that can be used by any view that the formatting file defines. For more information about creating and referencing selection sets, see Defining Selection Sets.
When this element is specified, you cannot specify the TypeName element. For more information about defining selection conditions, see Defining Conditions for Displaying Data.
See Also
TypeName Element for SelectionCondition for GroupBy
SelectionCondition Element for EntrySelectedBy for GroupBy