다음을 통해 공유


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 없음

 

특성

속성 묘사
제어 공공의. 선택적. 기본값은 "기본값"입니다. 다음은 유효한 값입니다.
의미
기본값 기본값. <typeInfo type=""> 특성에 따라 기본 컨트롤을 사용합니다. 기본 형식은 "DateTime"이고 기본 컨트롤은 "Calendar"입니다. 다른 형식은 특수 필터 컨트롤을 생성하지 않습니다.
달력 달력 컨트롤을 사용합니다.
등급 5성급 등급 컨트롤을 사용합니다.