filterControl
指定要在标头筛选器菜单中使用的控件。 每个 displayInfo 元素应只有一个 filterControl 元素。
如果有多个元素,则使用最后一个元素。 如果未提供 filterControl 元素,则默认属性设置将应用于属性说明。
语法
<!-- 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>
元素信息
父元素 | 子元素 |
---|---|
displayInfo | 无 |
属性
属性 | 说明 | ||||||||
---|---|---|---|---|---|---|---|---|---|
控制 | Public。 可选。 默认值为“Default”。 下面是有效的值。
|