description | ms.assetid | title | ms.topic | ms.date |
---|---|---|---|---|
Specifies what control to use in the header filter menu. |
a3117e16-20d0-4637-b726-9fa49516ad5c |
filterControl |
article |
05/31/2018 |
Specifies what control to use in the header filter menu. There should be only one filterControl element for each displayInfo element.
If there are multiple elements, the last one is used. If no filterControl element is provided, then the default attribute settings are applied to the property description.
<!-- filterControl -->
<xs:element name="filterControl" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:attribute name="control">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Default"/>
<xs:enumeration value="Calendar"/>
<xs:enumeration value="Rating"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Parent Element | Child Elements |
---|---|
displayInfo | None |
Attribute | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
control | Public. Optional. Default is "Default". The following are valid values.
|