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”。 下面是有效的值。
含义
默认 默认。 使用默认控件,基于 <typeInfo type=“”属性> 。 默认类型为“DateTime”,默认控件为“Calendar”。 任何其他类型都会导致没有特殊的筛选器控件。
日历 使用日历控件。
Rating 使用 5-star 分级控件。