共用方式為


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>

元素資訊

Parent 元素 子專案
displayInfo 沒有

 

屬性

屬性 描述
控制 公共。 自選。 預設值為 “Default”。 以下是有效的值。
價值 意義
違約 違約。 根據 typeInfo type=“” <> 屬性,使用預設控件。 默認類型為 “DateTime”,預設控件為 “Calendar”。 任何其他類型都會導致沒有特殊的篩選控制件。
日曆 使用行事歷控件。
額定值 使用5星評等控制件。